Daily bump.
[gcc.git] / libstdc++-v3 / include / bits / c++config
index cf8987cdf861e045d6ae4e120349a85fc9faac07..f6c16d31f80ec304a26833d0189d64057759c234 100644 (file)
@@ -34,7 +34,7 @@
 #include <bits/os_defines.h>
 
 // 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.  
 // 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.