allocator.h: Temporary switch to new_allocator as the default to unjam bootstraps.

2004-01-29  Benjamin Kosnik  <bkoz@redhat.com>

	* include/bits/allocator.h: Temporary switch to new_allocator as
	the default to unjam bootstraps.

From-SVN: r76894
This commit is contained in:
Benjamin Kosnik 2004-01-29 20:42:42 +00:00 committed by Benjamin Kosnik
parent bffff25795
commit 6efc84f476
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2004-01-29 Benjamin Kosnik <bkoz@redhat.com>
* include/bits/allocator.h: Temporary switch to new_allocator as
the default to unjam bootstraps.
2004-01-28 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (bits_headers): Remove allocator_traits.h.

View File

@ -49,8 +49,8 @@
#define _ALLOCATOR_H 1
#if 1
# include <ext/mt_allocator.h>
# define __glibcxx_default_allocator __gnu_cxx::__mt_alloc
# include <ext/new_allocator.h>
# define __glibcxx_default_allocator __gnu_cxx::new_allocator
#endif
#if 0