61fcb9fb0c
2007-10-26 Paolo Carlini <pcarlini@suse.de> * include/ext/throw_allocator.h (throw_allocator<>:: construct<>(pointer, _Args&&...)): Add. * include/ext/pool_allocator.h (__pool_alloc<>:: construct<>(pointer, _Args&&...)): Likewise. (construct(pointer, const _Tp&)): Cast pointer to void*. * include/ext/bitmap_allocator.h (bitmap_allocator<>:: construct<>(pointer, _Args&&...)): Add. (construct(pointer, const _Tp&)): Cast pointer to void*. * include/ext/new_allocator.h (new_allocator<>:: construct<>(pointer, _Args&&...)): Add. (construct(pointer, const _Tp&)): Cast pointer to void*. * include/ext/malloc_allocator.h (malloc_allocator<>:: construct<>(pointer, _Args&&...)): Add. (construct(pointer, const _Tp&)): Cast pointer to void*. * include/ext/array_allocator.h (array_allocator<>:: construct<>(pointer, _Args&&...)): Add. (construct(pointer, const _Tp&)): Cast pointer to void*. * include/ext/mt_allocator.h (__mt_alloc<>:: construct<>(pointer, _Args&&...)): Add. (construct(pointer, const _Tp&)): Cast pointer to void*. * testsuite/util/testsuite_allocator.h (tracker_allocator<>:: construct<>(pointer, _Args&&...)): Add. (construct(pointer, const _Tp&)): Cast pointer to void*. (uneq_allocator<>::construct<>(pointer, _Args&&...)): Add. (construct(pointer, const _Tp&)): Cast pointer to void*. * testsuite/ext/mt_allocator/variadic_construct.cc: New. * testsuite/ext/new_allocator/variadic_construct.cc: Likewise. * testsuite/ext/throw_allocator/variadic_construct.cc: Likewise. * testsuite/ext/malloc_allocator/variadic_construct.cc: Likewise. * testsuite/ext/pool_allocator/variadic_construct.cc: Likewise. * testsuite/ext/bitmap_allocator/variadic_construct.cc: Likewise. * testsuite/ext/array_allocator/variadic_construct.cc: Likewise. From-SVN: r129672 |
||
---|---|---|
.. | ||
22309_thread.cc | ||
check_allocate_big_per_type.cc | ||
check_allocate_max_size.cc | ||
check_deallocate_null_thread.cc | ||
check_deallocate_null.cc | ||
check_delete.cc | ||
check_new.cc | ||
deallocate_global_thread-1.cc | ||
deallocate_global_thread-3.cc | ||
deallocate_global-2.cc | ||
deallocate_global-4.cc | ||
deallocate_local_thread-1.cc | ||
deallocate_local_thread-3.cc | ||
deallocate_local_thread-5.cc | ||
deallocate_local_thread-7.cc | ||
deallocate_local-2.cc | ||
deallocate_local-4.cc | ||
deallocate_local-6.cc | ||
deallocate_local-8.cc | ||
explicit_instantiation.cc | ||
tune-1.cc | ||
tune-2.cc | ||
tune-3.cc | ||
tune-4.cc | ||
variadic_construct.cc |