diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-19 00:16:10 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-19 00:16:10 +0000 |
commit | 72f1978f428c323029748a5bdd88be0d4655d41d (patch) | |
tree | c473045801a02d3f4f876aa2d5c99c6f3474a659 /libstdc++-v3 | |
parent | 2f81172dc8a98c8807f4c50f073d892125698ec5 (diff) | |
download | gcc-72f1978f428c323029748a5bdd88be0d4655d41d.zip gcc-72f1978f428c323029748a5bdd88be0d4655d41d.tar.gz gcc-72f1978f428c323029748a5bdd88be0d4655d41d.tar.bz2 |
Daily bump.
[[Split portion of a mixed commit.]]
From-SVN: r72665.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 e015084..957dbb2 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__ 20031018 +#define __GLIBCXX__ 20031019 // Allow use of "export template." This is currently not a feature // that g++ supports. |