gcc/libstdc++-v3/testsuite/23_containers/vector/debug
Jonathan Wakely 425006751b stl_vector.h (vector::_Alloc_traits): Make private.
* include/bits/stl_vector.h (vector::_Alloc_traits): Make private.
	* include/debug/vector: Add allocator-extended constructors, ensure
	move assignment and swap have same allocator propagation semantics
	and exceptions specification as base class.
	* include/profile/vector: Likewise.
	(vector::push_back(_Tp&&)): Forward argument as rvalue.
	* testsuite/23_containers/vector/debug/alloc_prop.cc: New.
	* doc/xml/manual/status_cxx2011.xml: Clarify status of container
	requirements with respect to allocators.
	(status.iso.200x): Add anchor for old ID to preserve existing links.

From-SVN: r181189
2011-11-09 01:26:04 +00:00
..
bool allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. 2011-06-12 15:51:36 +00:00
invalidation
alloc_prop.cc stl_vector.h (vector::_Alloc_traits): Make private. 2011-11-09 01:26:04 +00:00
assign1_neg.cc
assign2_neg.cc
assign3_neg.cc
assign4_neg.cc
construct1_neg.cc
construct2_neg.cc
construct3_neg.cc
construct4_neg.cc
insert1_neg.cc
insert2_neg.cc
insert3_neg.cc
insert4_neg.cc
multithreaded_swap.cc debug.cc: Introduce a mutex pool in get_safe_base_mutex. 2010-11-25 20:53:39 +00:00
shrink_to_fit.cc allocator.h (__shrink_to_fit): Rename to __shrink_to_fit_aux, fix. 2011-06-12 15:51:36 +00:00