* include/std/scoped_allocator (__outermost_alloc_traits): Define.
commitacc2a0cb1ed656e35fdff23768b11f38a730a39a
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Oct 2012 16:16:11 +0000 (19 16:16 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Oct 2012 16:16:11 +0000 (19 16:16 +0000)
treebdbe8239924cc85bfa976c3d53861f0652ff8a62
parent64a31469469fd2e323427ae6a4f4ad12997b0649
* include/std/scoped_allocator (__outermost_alloc_traits): Define.
(scoped_allocator_adaptor::destroy): Use it.
(scoped_allocator_adaptor::construct): Likewise. Overload for
piecewise construction of std::pair objects.
* testsuite/20_util/scoped_allocator/2.cc: New.
* doc/xml/manual/status_cxx2011.xml: Update.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192613 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/status_cxx2011.xml
libstdc++-v3/include/std/scoped_allocator
libstdc++-v3/testsuite/20_util/scoped_allocator/2.cc [new file with mode: 0644]