allocator.h: Revert.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 12 Mar 2004 23:52:08 +0000 (23:52 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 12 Mar 2004 23:52:08 +0000 (23:52 +0000)
2004-03-12  Benjamin Kosnik  <bkoz@redhat.com>

* include/bits/allocator.h: Revert.

From-SVN: r79413

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

index 5e93b5e6a128fdf30de283c6b9cb56c93007f2ae..816846c9b0ffe6f3a1543d256da09995af2c41a8 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 a831232b3c2a58eb46464e9931f44c3e5e727a97..eca50c84edcc7ceb13afe361784f8e0bfff27f8e 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
 {