diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-04 16:53:59 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-12-04 16:53:59 +0000 |
| commit | 8f1134fbb356143214dbc55aa535f21d97a9c5d5 (patch) | |
| tree | 23d47b19d8ecbb91f1615f358dbb41e09e05fc12 /contrib/libstdc++/include/bits/c++config | |
| parent | 45fc31f8dde65cd5b7930b1047a99745f440e9f3 (diff) | |
Notes
Diffstat (limited to 'contrib/libstdc++/include/bits/c++config')
| -rw-r--r-- | contrib/libstdc++/include/bits/c++config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/libstdc++/include/bits/c++config b/contrib/libstdc++/include/bits/c++config index 41c3ba80b1ada..4315bae912b80 100644 --- a/contrib/libstdc++/include/bits/c++config +++ b/contrib/libstdc++/include/bits/c++config @@ -34,7 +34,7 @@ #include <bits/os_defines.h> // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20021009 +#define __GLIBCPP__ 20021119 // This is necessary until GCC supports separate template // compilation. @@ -55,6 +55,9 @@ // Use corrected code from the committee library group's issues list. #define _GLIBCPP_RESOLVE_LIB_DEFECTS 1 +// Hopefully temporary workaround to autoconf/m4 issue with quoting '@'. +#define _GLIBCPP_AT_AT "@@" + // In those parts of the standard C++ library that use a mutex instead // of a spin-lock, we now unconditionally use GCC's gthr.h mutex // abstraction layer. All support to directly map to various |
