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

redi@gcc.gnu.org redi@gcc.gnu.org
Thu Oct 6 21:22:00 GMT 2016


Author: redi
Date: Thu Oct  6 21:22:35 2016
New Revision: 240844

URL: https://gcc.gnu.org/viewcvs?rev=240844&root=gcc&view=rev
Log:
Make std::scoped_allocator_adaptor's OUTERMOST recursive

	* doc/xml/manual/status_cxx2011.xml: Update status.
	* include/std/scoped_allocator (__outer_allocator_t, __outermost_type):
	New helpers for recursive OUTERMOST.
	(__outermost): Use __outermost_type::_S_outermost.
	(__do_outermost, scoped_allocator_adaptor::__outermost_type): Remove.
	(scoped_allocator_adaptor::__outermost_alloc_traits): Use new
	__outermost_type helper.
	* testsuite/20_util/scoped_allocator/outermost.cc: New test.

Added:
    trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/3.cc
    trunk/libstdc++-v3/testsuite/20_util/scoped_allocator/outermost.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
    trunk/libstdc++-v3/include/std/scoped_allocator



More information about the Libstdc++-cvs mailing list