From: Benjamin Kosnik Date: Thu, 29 Jan 2004 20:42:42 +0000 (+0000) Subject: allocator.h: Temporary switch to new_allocator as the default to unjam bootstraps. X-Git-Tag: releases/gcc-4.0.0~10562 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6efc84f476aaec7e3e4c9b9c992ee48844690d61;p=thirdparty%2Fgcc.git allocator.h: Temporary switch to new_allocator as the default to unjam bootstraps. 2004-01-29 Benjamin Kosnik * include/bits/allocator.h: Temporary switch to new_allocator as the default to unjam bootstraps. From-SVN: r76894 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index fd632dd1e9b9..2065b92ef751 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2004-01-29 Benjamin Kosnik + + * include/bits/allocator.h: Temporary switch to new_allocator as + the default to unjam bootstraps. + 2004-01-28 Benjamin Kosnik * include/Makefile.am (bits_headers): Remove allocator_traits.h. diff --git a/libstdc++-v3/include/bits/allocator.h b/libstdc++-v3/include/bits/allocator.h index a8e40e202a57..9c7b3eedefd1 100644 --- a/libstdc++-v3/include/bits/allocator.h +++ b/libstdc++-v3/include/bits/allocator.h @@ -49,8 +49,8 @@ #define _ALLOCATOR_H 1 #if 1 -# include -# define __glibcxx_default_allocator __gnu_cxx::__mt_alloc +# include +# define __glibcxx_default_allocator __gnu_cxx::new_allocator #endif #if 0