From: Benjamin Kosnik Date: Mon, 23 Feb 2004 15:42:28 +0000 (+0000) Subject: malloc_allocator.h: Add operators ==, !=. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20d0a40e83b25bae345b18e4a18c8fcd6c46c614;p=gcc.git malloc_allocator.h: Add operators ==, !=. 2004-02-23 Benjamin Kosnik * include/ext/malloc_allocator.h: Add operators ==, !=. * include/ext/new_allocator.h: Add operators ==, !=. * include/ext/mt_allocator.h (__mt_alloc::tune): New. (__mt_alloc::_S_get_options): New. (__mt_alloc::_S_set_options): New. (__mt_alloc::_S_thread_key_destr): To _S_destroy_thread_key. (__mt_alloc::_S_no_of_bins): To _S_bin_size. Move functions out of line, simplify, format. * src/allocator.cc: Simplify explicit instantiations. * include/bits/allocator.h: Tweak. From-SVN: r78315 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 9a16649426d..932e20dd438 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,4 +1,4 @@ -2004-02-20 Benjamin Kosnik +2004-02-23 Benjamin Kosnik * include/ext/malloc_allocator.h: Add operators ==, !=. * include/ext/new_allocator.h: Add operators ==, !=.