aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/backward/alloc.h
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2001-11-24 03:28:27 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-11-24 03:28:27 +0000
commitb00378457a5be638dfec92b0e12659179810f17b (patch)
tree943957c0c412258b083a40f82a79f24df12f6258 /libstdc++-v3/include/backward/alloc.h
parent05ce35e6f212f419fc807cea258aa613da1191c5 (diff)
downloadgcc-b00378457a5be638dfec92b0e12659179810f17b.zip
gcc-b00378457a5be638dfec92b0e12659179810f17b.tar.gz
gcc-b00378457a5be638dfec92b0e12659179810f17b.tar.bz2
Makefile.am (doxygen-maint): The script isn't executable in CVS.
2001-11-23 Phil Edwards <pme@gcc.gnu.org> * Makefile.am (doxygen-maint): The script isn't executable in CVS. * Makefile.in: Regenerated. * docs/doxygen/TODO: New file listing doxygen work to be done. * docs/doxygen/run_doxygen: Fix up man pages. * docs/doxygen/user.cfg.in: Insert maint-only toggles. * docs/doxygen/maint.cfg.in: Copy from user.cfg and turn toggles on. * include/bits/stl_construct.h: Use new hooks for internal functions. * docs/html/17_intro/TODO: Small updates. * docs/html/faq/index.html: Likewise. * docs/html/faq/index.txt: Regenerated. * include/bits/stl_alloc.h: Doxygenate, reindent comments, remove SGI-isms and wrappers. (simple_alloc, debug_alloc): Uglify class names. (__default_alloc_template): Uglify "threads" template parameter and update corresponding macros. * include/backward/alloc.h: Bring up to date. From-SVN: r47296
Diffstat (limited to 'libstdc++-v3/include/backward/alloc.h')
-rw-r--r--libstdc++-v3/include/backward/alloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/include/backward/alloc.h b/libstdc++-v3/include/backward/alloc.h
index 7b362e3..d408641 100644
--- a/libstdc++-v3/include/backward/alloc.h
+++ b/libstdc++-v3/include/backward/alloc.h
@@ -48,8 +48,8 @@
#include <bits/stl_alloc.h>
using std::__malloc_alloc_template;
-using std::simple_alloc;
-using std::debug_alloc;
+using std::__simple_alloc;
+using std::__debug_alloc;
using std::alloc;
using std::single_client_alloc;
using std::allocator;