diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2004-11-24 04:11:23 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2004-11-24 04:11:23 +0000 |
commit | 0aa06b18fc9f79ec12ab65a34913b4f67d2177d8 (patch) | |
tree | bd9c019ce149788080d32cf3857bc82ca8487be7 /libstdc++-v3/include/ext/rb_tree | |
parent | af746697141397c71da91a4f52f2e3b9db005cec (diff) | |
download | gcc-0aa06b18fc9f79ec12ab65a34913b4f67d2177d8.tar.gz |
doxygroups.cc: Add std::tr1 namespace.
2004-11-23 Benjamin Kosnik <bkoz@redhat.com>
* docs/doxygen/doxygroups.cc: Add std::tr1 namespace.
* docs/doxygen/run_doxygen: Renames for std::tr1.
* docs/doxygen/user.cfg.in: Add cxxabi.h.
* include/bits/*.tcc: Add file markup.
* include/bits/allocator.h: Add link to allocator.html.
* include/bits/atomicity.h: Add file markup.
* include/bits/concurrence.h: Same.
* include/bits/functexcept.h: Same.
* include/ext*: Adjust file markup, remove GCC3 bits.
* include/std/*: Adjust file markup, remove bits about renamed files.
* libsupc++/cxxabi.h: Add file markup.
* testsuite/20_util/memory/auto_ptr/assign_neg.cc: Adjust line numbers.
From-SVN: r91135
Diffstat (limited to 'libstdc++-v3/include/ext/rb_tree')
-rw-r--r-- | libstdc++-v3/include/ext/rb_tree | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libstdc++-v3/include/ext/rb_tree b/libstdc++-v3/include/ext/rb_tree index 3d7bb35becf..439c7e1f156 100644 --- a/libstdc++-v3/include/ext/rb_tree +++ b/libstdc++-v3/include/ext/rb_tree @@ -55,8 +55,7 @@ /** @file ext/rb_tree * This file is a GNU extension to the Standard C++ Library (possibly - * containing extensions from the HP/SGI STL subset). You should only - * include this header if you are using GCC 3 or later. + * containing extensions from the HP/SGI STL subset). */ #ifndef _RB_TREE |