mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 21:51:45 +08:00
allocator.h: Switch defaults to mt_alloc.
2004-03-08 Benjamin Kosnik <bkoz@redhat.com> * include/bits/allocator.h: Switch defaults to mt_alloc. From-SVN: r79084
This commit is contained in:
parent
3bf92dad69
commit
f5fb3886b2
@ -1,3 +1,7 @@
|
||||
2004-03-08 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/bits/allocator.h: Switch defaults to mt_alloc.
|
||||
|
||||
2004-03-06 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/ext/mt_allocator.h (_S_initialize): If
|
||||
|
@ -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…
x
Reference in New Issue
Block a user