r243359 - in /branches/gcc-6-branch/libstdc++-v...

redi@gcc.gnu.org redi@gcc.gnu.org
Wed Dec 7 15:55:00 GMT 2016


Author: redi
Date: Wed Dec  7 15:55:45 2016
New Revision: 243359

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

Backport from mainline
2016-10-06  Jonathan Wakely  <jwakely@redhat.com>

	* 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:
    branches/gcc-6-branch/libstdc++-v3/testsuite/20_util/scoped_allocator/3.cc
    branches/gcc-6-branch/libstdc++-v3/testsuite/20_util/scoped_allocator/outermost.cc
Modified:
    branches/gcc-6-branch/libstdc++-v3/ChangeLog
    branches/gcc-6-branch/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
    branches/gcc-6-branch/libstdc++-v3/include/std/scoped_allocator



More information about the Gcc-cvs mailing list