diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-08 00:16:25 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2004-06-08 00:16:25 +0000 |
commit | aa07e14d5d3d90dd7f5e0804a8626cd6d4ddbb0e (patch) | |
tree | fcb68dd729cfe58a1b1a19f0b5995ca23cf3c880 /libstdc++-v3 | |
parent | b61d577bdc333fa999b390204c16529b7cca747e (diff) | |
download | gcc-aa07e14d5d3d90dd7f5e0804a8626cd6d4ddbb0e.zip gcc-aa07e14d5d3d90dd7f5e0804a8626cd6d4ddbb0e.tar.gz gcc-aa07e14d5d3d90dd7f5e0804a8626cd6d4ddbb0e.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r82733.2
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 9427887..130f117 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__ 20040607 +#define __GLIBCXX__ 20040608 // Allow use of "export template." This is currently not a feature // that g++ supports. |