aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/ext/mt_allocator.h
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2004-11-24 04:11:23 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2004-11-24 04:11:23 +0000
commit0aa06b18fc9f79ec12ab65a34913b4f67d2177d8 (patch)
treebd9c019ce149788080d32cf3857bc82ca8487be7 /libstdc++-v3/include/ext/mt_allocator.h
parentaf746697141397c71da91a4f52f2e3b9db005cec (diff)
downloadgcc-0aa06b18fc9f79ec12ab65a34913b4f67d2177d8.zip
gcc-0aa06b18fc9f79ec12ab65a34913b4f67d2177d8.tar.gz
gcc-0aa06b18fc9f79ec12ab65a34913b4f67d2177d8.tar.bz2
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/mt_allocator.h')
-rw-r--r--libstdc++-v3/include/ext/mt_allocator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/include/ext/mt_allocator.h b/libstdc++-v3/include/ext/mt_allocator.h
index c48cef41..72fd181 100644
--- a/libstdc++-v3/include/ext/mt_allocator.h
+++ b/libstdc++-v3/include/ext/mt_allocator.h
@@ -29,7 +29,6 @@
/** @file ext/mt_allocator.h
* This file is a GNU extension to the Standard C++ Library.
- * You should only include this header if you are using GCC 3 or later.
*/
#ifndef _MT_ALLOCATOR_H