allocator.h: Revert.
2004-03-12 Benjamin Kosnik <bkoz@redhat.com> * include/bits/allocator.h: Revert. From-SVN: r79413
This commit is contained in:
parent
d4cd08dda5
commit
eef56029ed
@ -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].
|
||||
|
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user