list_sort_search.cc: Include <ext/new_allocator.h>.
2004-10-19 Paolo Carlini <pcarlini@suse.de> * testsuite/performance/20_util/allocator/list_sort_search.cc: Include <ext/new_allocator.h>. * testsuite/performance/20_util/allocator/map_mt_find.cc: Likewise. From-SVN: r89269
This commit is contained in:
parent
4c67db1411
commit
b67ed5e845
3 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-10-19 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* testsuite/performance/20_util/allocator/list_sort_search.cc:
|
||||
Include <ext/new_allocator.h>.
|
||||
* testsuite/performance/20_util/allocator/map_mt_find.cc: Likewise.
|
||||
|
||||
2004-10-18 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* include/bits/basic_string.tcc (_M_mutate): Do not reallocate
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
#include <typeinfo>
|
||||
#include <sstream>
|
||||
#include <ext/mt_allocator.h>
|
||||
#include <ext/new_allocator.h>
|
||||
#include <ext/malloc_allocator.h>
|
||||
#include <ext/bitmap_allocator.h>
|
||||
#include <ext/pool_allocator.h>
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
#include <typeinfo>
|
||||
#include <sstream>
|
||||
#include <ext/mt_allocator.h>
|
||||
#include <ext/new_allocator.h>
|
||||
#include <ext/malloc_allocator.h>
|
||||
#include <ext/bitmap_allocator.h>
|
||||
#include <ext/pool_allocator.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue