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]

r192588 - in /trunk/libstdc++-v3: ChangeLog doc...


Author: redi
Date: Thu Oct 18 21:06:21 2012
New Revision: 192588

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192588
Log:
	* include/bits/forward_list.h: Add C++11 allocator support.
	* include/bits/forward_list.tcc: Likewise.
	* doc/xml/manual/status_cxx2011.xml: Update.
	* testsuite/23_containers/forward_list/allocator/copy.cc: New.
	* testsuite/23_containers/forward_list/allocator/copy_assign.cc: New.
	* testsuite/23_containers/forward_list/allocator/minimal.cc: New.
	* testsuite/23_containers/forward_list/allocator/move_assign.cc: New.
	* testsuite/23_containers/forward_list/allocator/noexcept.cc: New.
	* testsuite/23_containers/forward_list/allocator/swap.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/forward_list/allocator/
    trunk/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy.cc
    trunk/libstdc++-v3/testsuite/23_containers/forward_list/allocator/copy_assign.cc
    trunk/libstdc++-v3/testsuite/23_containers/forward_list/allocator/minimal.cc
    trunk/libstdc++-v3/testsuite/23_containers/forward_list/allocator/move_assign.cc
    trunk/libstdc++-v3/testsuite/23_containers/forward_list/allocator/noexcept.cc
    trunk/libstdc++-v3/testsuite/23_containers/forward_list/allocator/swap.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
    trunk/libstdc++-v3/include/bits/forward_list.h
    trunk/libstdc++-v3/include/bits/forward_list.tcc


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