This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from ca87c0ff9ee Daily bump. new 9393898ecd5 Make std::scoped_allocator_adaptor's OUTERMOST recursive
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: libstdc++-v3/ChangeLog | 19 +++++ libstdc++-v3/doc/html/manual/status.html | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 5 +- libstdc++-v3/include/std/scoped_allocator | 56 ++++++++----- .../testsuite/20_util/scoped_allocator/3.cc | 67 ++++++++++++++++ .../20_util/scoped_allocator/outermost.cc | 92 ++++++++++++++++++++++ 6 files changed, 217 insertions(+), 24 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/3.cc create mode 100644 libstdc++-v3/testsuite/20_util/scoped_allocator/outermost.cc