diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-03-03 00:17:15 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2005-03-03 00:17:15 +0000 |
commit | 79a8dc5b6ae436bffab080c09adf2c051b05ddc9 (patch) | |
tree | 55978e301924da4b14c13f6ab4e8b34f3952542b /libstdc++-v3 | |
parent | 0a6348324781b62b78fb46d6210f7a023c91b3dd (diff) | |
download | gcc-79a8dc5b6ae436bffab080c09adf2c051b05ddc9.zip gcc-79a8dc5b6ae436bffab080c09adf2c051b05ddc9.tar.gz gcc-79a8dc5b6ae436bffab080c09adf2c051b05ddc9.tar.bz2 |
Daily bump.
From-SVN: r95817
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/include/bits/c++config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 6aac1d0..c158d7e 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -35,7 +35,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCXX__ 20050302 +#define __GLIBCXX__ 20050303 // Allow use of "export template." This is currently not a feature // that g++ supports. |