X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Finclude%2Fbits%2Fc%2B%2Bconfig;h=f6c16d31f80ec304a26833d0189d64057759c234;hb=69e6b1d4b21986afb0c4051b7b2dca3ba6bc59cb;hp=00583b0e6788979256fc62727bcecdebd5c61c65;hpb=ce0e8f03d906dbe53177a8c54662e5cc965b5c49;p=gcc.git diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index 00583b0e678..f6c16d31f80 100644 --- a/libstdc++-v3/include/bits/c++config +++ b/libstdc++-v3/include/bits/c++config @@ -34,7 +34,7 @@ #include // The current version of the C++ library in compressed ISO date format. -#define __GLIBCPP__ 20010705 +#define __GLIBCPP__ 20010719 // This is necessary until GCC supports separate template // compilation. @@ -109,4 +109,8 @@ // should be cleaned up. # define __stl_assert(expr) +/** @namespace std + * @brief Everything defined by the ISO C++ Standard is within namespace std. + */ + // End of prewritten config; the discovered settings follow.