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

redi@gcc.gnu.org redi@gcc.gnu.org
Mon Nov 5 21:10:00 GMT 2012


Author: redi
Date: Mon Nov  5 21:10:27 2012
New Revision: 193186

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=193186
Log:
	* include/profile/forward_list: Update to meet allocator-aware
	requirements.
	* include/debug/forward_list: Likewise.
	* include/debug/vector: Verify allocators are swapped or equal.
	* include/debug/macros.h (__glibcxx_check_equal_allocs): Define.
	* include/debug/formatter.h: Add new debug message.
	* src/c++11/debug.cc: Likewise.
	* testsuite/23_containers/forward_list/allocator/swap.cc: Do not
	swap containers with non-propagating, non-equal allocators.
	* testsuite/23_containers/vector/allocator/swap.cc: Likewise.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/debug/formatter.h
    trunk/libstdc++-v3/include/debug/forward_list
    trunk/libstdc++-v3/include/debug/macros.h
    trunk/libstdc++-v3/include/debug/vector
    trunk/libstdc++-v3/include/profile/forward_list
    trunk/libstdc++-v3/src/c++11/debug.cc
    trunk/libstdc++-v3/testsuite/23_containers/forward_list/allocator/swap.cc
    trunk/libstdc++-v3/testsuite/23_containers/vector/allocator/swap.cc



More information about the Gcc-cvs mailing list