aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2004-01-29 20:42:42 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2004-01-29 20:42:42 +0000
commit6efc84f476aaec7e3e4c9b9c992ee48844690d61 (patch)
tree594255997a7d1314b775686e1a0b96f9f35e718c /libstdc++-v3
parentbffff25795467cfe4df9afdbbe812f37eb7831aa (diff)
downloadgcc-6efc84f476aaec7e3e4c9b9c992ee48844690d61.zip
gcc-6efc84f476aaec7e3e4c9b9c992ee48844690d61.tar.gz
gcc-6efc84f476aaec7e3e4c9b9c992ee48844690d61.tar.bz2
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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/include/bits/allocator.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index fd632dd..2065b92 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/include/bits/allocator.h b/libstdc++-v3/include/bits/allocator.h
index a8e40e2..9c7b3ee 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 <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