aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2001-12-28 22:23:55 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-12-28 22:23:55 +0000
commit5adf72de273fbcbb3459cba3443fc3cbf87eda4a (patch)
tree6e87c9ff8b171de199746012749dbadf80d62398
parent4d9720f0c7f0f8fe29b036198c07750d0538b806 (diff)
downloadgcc-5adf72de273fbcbb3459cba3443fc3cbf87eda4a.zip
gcc-5adf72de273fbcbb3459cba3443fc3cbf87eda4a.tar.gz
gcc-5adf72de273fbcbb3459cba3443fc3cbf87eda4a.tar.bz2
c++config: Move doxygen hook comment...
2001-12-28 Phil Edwards <pme@gcc.gnu.org> * include/bits/c++config: Move doxygen hook comment... * docs/doxygen/doxygroups.cc: ...to here. From-SVN: r48353
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/docs/doxygen/doxygroups.cc6
-rw-r--r--libstdc++-v3/include/bits/c++config4
3 files changed, 11 insertions, 4 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 1b9449d..97afd8f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,10 @@
2001-12-28 Phil Edwards <pme@gcc.gnu.org>
+ * include/bits/c++config: Move doxygen hook comment...
+ * docs/doxygen/doxygroups.cc: ...to here.
+
+2001-12-28 Phil Edwards <pme@gcc.gnu.org>
+
PR libstdc++/2054
* include/bits/stl_algo.h (lower_bound): Relax concept checks.
* testsuite/ext/concept_checks.cc: New file.
diff --git a/libstdc++-v3/docs/doxygen/doxygroups.cc b/libstdc++-v3/docs/doxygen/doxygroups.cc
index 7d4e65d..0537fb1 100644
--- a/libstdc++-v3/docs/doxygen/doxygroups.cc
+++ b/libstdc++-v3/docs/doxygen/doxygroups.cc
@@ -9,6 +9,12 @@
*/
// // // // // // // // // // // // // // // // // // // // // // // //
+/** @namespace std
+ * @brief Everything defined by the ISO C++ Standard is within namespace
+ * std.
+*/
+
+// // // // // // // // // // // // // // // // // // // // // // // //
/** @addtogroup SGIextensions STL extensions from SGI
Because libstdc++-v3 based its implementation of the STL subsections of
the library on the SGI 3.3 implementation, we inherited their extensions
diff --git a/libstdc++-v3/include/bits/c++config b/libstdc++-v3/include/bits/c++config
index 0d05578..3b63168 100644
--- a/libstdc++-v3/include/bits/c++config
+++ b/libstdc++-v3/include/bits/c++config
@@ -74,8 +74,4 @@
// The remainder of the prewritten config is mostly automatic; all the
// user hooks are listed above.
-/** @namespace std
- * @brief Everything defined by the ISO C++ Standard is within namespace std.
- */
-
// End of prewritten config; the discovered settings follow.