r205056 - in /trunk/libstdc++-v3: ChangeLog tes...

redi@gcc.gnu.org redi@gcc.gnu.org
Tue Nov 19 22:03:00 GMT 2013


Author: redi
Date: Tue Nov 19 22:03:30 2013
New Revision: 205056

URL: http://gcc.gnu.org/viewcvs?rev=205056&root=gcc&view=rev
Log:
	* testsuite/23_containers/forward_list/allocator/noexcept.cc: Change
	to compile-only test. Adjust swap overload to handle rebound
	allocators.
	* testsuite/23_containers/map/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/multimap/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/multiset/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/set/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/unordered_map/allocator/noexcept.cc:
	Likewise.
	* testsuite/23_containers/unordered_multimap/allocator/noexcept.cc:
	Likewise.
	* testsuite/23_containers/unordered_multiset/allocator/noexcept.cc:
	Likewise.
	* testsuite/23_containers/unordered_set/allocator/noexcept.cc:
	Likewise.
	* testsuite/23_containers/vector/allocator/noexcept.cc: Likewise.
	* testsuite/23_containers/vector/allocator/swap.cc: Add elements
	before swapping.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/23_containers/forward_list/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/map/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/multimap/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/multiset/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/set/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/unordered_map/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/unordered_multimap/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/unordered_multiset/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/unordered_set/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/allocator/swap.cc



More information about the Libstdc++-cvs mailing list