From eef56029edf5b3df3a91acfb3dc591107f95c041 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Fri, 12 Mar 2004 23:52:08 +0000 Subject: [PATCH] allocator.h: Revert. 2004-03-12 Benjamin Kosnik * include/bits/allocator.h: Revert. From-SVN: r79413 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/include/bits/allocator.h | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 5e93b5e6a12..816846c9b0f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2004-03-12 Benjamin Kosnik + + * include/bits/allocator.h: Revert. + 2004-03-12 Paolo Carlini * docs/html/ext/howto.html: Add entry for DR 253 [Ready]. 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 -//#define __glibcxx_default_allocator __gnu_cxx::new_allocator +#include +#define __glibcxx_default_allocator __gnu_cxx::new_allocator -#include -#define __glibcxx_default_allocator __gnu_cxx::__mt_alloc +//#include +//#define __glibcxx_default_allocator __gnu_cxx::__mt_alloc namespace std { -- 2.30.2