summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-12 23:52:08 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-12 23:52:08 +0000
commit290647c7d433c8d502e253cbc3120571688cd77d (patch)
tree28d804252c307aafd0c47ba5f067efbb7f2621bd /libstdc++-v3/include
parentaba89f4de01260f5885ed913dc69231ea613436b (diff)
downloadgcc-290647c7d433c8d502e253cbc3120571688cd77d.tar.gz
2004-03-12 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/allocator.h: Revert. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79413 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include')
-rw-r--r--libstdc++-v3/include/bits/allocator.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libstdc++-v3/include/bits/allocator.h b/libstdc++-v3/include/bits/allocator.h
index a831232b3c2..eca50c84edc 100644
--- a/libstdc++-v3/include/bits/allocator.h
+++ b/libstdc++-v3/include/bits/allocator.h
@@ -50,11 +50,11 @@
// Define the base class to std::allocator.
-//#include <ext/new_allocator.h>
-//#define __glibcxx_default_allocator __gnu_cxx::new_allocator
+#include <ext/new_allocator.h>
+#define __glibcxx_default_allocator __gnu_cxx::new_allocator
-#include <ext/mt_allocator.h>
-#define __glibcxx_default_allocator __gnu_cxx::__mt_alloc
+//#include <ext/mt_allocator.h>
+//#define __glibcxx_default_allocator __gnu_cxx::__mt_alloc
namespace std
{