OSDN Git Service

2004-03-12 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Mar 2004 23:52:08 +0000 (23:52 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Mar 2004 23:52:08 +0000 (23:52 +0000)
* include/bits/allocator.h: Revert.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@79413 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/allocator.h

index 5e93b5e..816846c 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-12  Benjamin Kosnik  <bkoz@redhat.com>
+
+       * include/bits/allocator.h: Revert.
+
 2004-03-12  Paolo Carlini  <pcarlini@suse.de>
 
        * docs/html/ext/howto.html: Add entry for DR 253 [Ready].
index a831232..eca50c8 100644 (file)
 
 // 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
 {