diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-20 00:16:07 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2003-10-20 00:16:07 +0000 |
commit | 31762a1ce73caeb99440815f49a5e21ccf73f1e1 (patch) | |
tree | d66dcffac8fda9c97e4466a7a929aa425ca2511c /libstdc++-v3 | |
parent | afe1910cad96777433caf01397cd9f388a3b1fa0 (diff) | |
download | gcc-31762a1ce73caeb99440815f49a5e21ccf73f1e1.zip gcc-31762a1ce73caeb99440815f49a5e21ccf73f1e1.tar.gz gcc-31762a1ce73caeb99440815f49a5e21ccf73f1e1.tar.bz2 |
Daily bump.
From-SVN: r72689
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 957dbb2..de2fa18 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__ 20031019 +#define __GLIBCXX__ 20031020 // Allow use of "export template." This is currently not a feature // that g++ supports. |