Commit 6efc84f4 by Benjamin Kosnik Committed by Benjamin Kosnik

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
parent bffff257
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.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment