r176078 - in /trunk/libstdc++-v3: ChangeLog inc...

redi@gcc.gnu.org redi@gcc.gnu.org
Sat Jul 9 13:06:00 GMT 2011


Author: redi
Date: Sat Jul  9 13:06:29 2011
New Revision: 176078

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=176078
Log:
2011-07-09  Jonathan Wakely  <jwakely.gcc@gmail.com>

	* include/bits/stl_vector.h: Use new allocator model in C++0x mode.
	* include/bits/vector.tcc: Likewise.
	* testsuite/util/testsuite_allocator.h (propagating_allocator): Define.
	* testsuite/23_containers/vector/allocator/copy_assign.cc: New.
	* testsuite/23_containers/vector/allocator/noexcept.cc: New.
	* testsuite/23_containers/vector/allocator/copy.cc: New.
	* testsuite/23_containers/vector/allocator/swap.cc: New.
	* testsuite/23_containers/vector/allocator/move_assign.cc: New.
	* testsuite/23_containers/vector/requirements/dr438/assign_neg.cc:
	Adjust dg-error line numbers.
	* testsuite/23_containers/vector/requirements/dr438/insert_neg.cc:
	Likewise.
	* testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc:
	Likewise.
	* testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc:
	Likewise.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/vector/allocator/
    trunk/libstdc++-v3/testsuite/23_containers/vector/allocator/copy.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/allocator/copy_assign.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/allocator/move_assign.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/allocator/swap.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/stl_vector.h
    trunk/libstdc++-v3/include/bits/vector.tcc
    trunk/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    trunk/libstdc++-v3/testsuite/util/testsuite_allocator.h



More information about the Libstdc++-cvs mailing list