Commit 5adf72de by Phil Edwards

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
parent 4d9720f0
2001-12-28 Phil Edwards <pme@gcc.gnu.org> 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 PR libstdc++/2054
* include/bits/stl_algo.h (lower_bound): Relax concept checks. * include/bits/stl_algo.h (lower_bound): Relax concept checks.
* testsuite/ext/concept_checks.cc: New file. * testsuite/ext/concept_checks.cc: New file.
......
...@@ -9,6 +9,12 @@ ...@@ -9,6 +9,12 @@
*/ */
// // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // // //
/** @namespace std
* @brief Everything defined by the ISO C++ Standard is within namespace
* std.
*/
// // // // // // // // // // // // // // // // // // // // // // // //
/** @addtogroup SGIextensions STL extensions from SGI /** @addtogroup SGIextensions STL extensions from SGI
Because libstdc++-v3 based its implementation of the STL subsections of Because libstdc++-v3 based its implementation of the STL subsections of
the library on the SGI 3.3 implementation, we inherited their extensions the library on the SGI 3.3 implementation, we inherited their extensions
......
...@@ -74,8 +74,4 @@ ...@@ -74,8 +74,4 @@
// The remainder of the prewritten config is mostly automatic; all the // The remainder of the prewritten config is mostly automatic; all the
// user hooks are listed above. // 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. // End of prewritten config; the discovered settings follow.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment