This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]