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=cf8987cdf861e045d6ae4e120349a85fc9faac07;hpb=72beea565337f58c8de18df182ace2e8e30746d2;p=gcc.git diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config index cf8987cdf86..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__ 20010628 +#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.