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 a6ecfae [gcc] new a19b8f6 Backport fixes to std::experimental::sample new 7f77887 Use ::new to avoid finding overloaded operator new new e2bec42 Fix invalid dg-do directive new ee6b564 Add noexcept to std::function swap new 8709562 Use normal mode containers in searchers new 7d6f011 Remove redundant const qualifiers from string_view new 73449fe Change test to use VERIFY not assert new bbd5a1b Update docs on libstdc++ source-code layout
The 8 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 | 78 +++++++++ libstdc++-v3/doc/html/manual/bugs.html | 3 + .../doc/html/manual/source_organization.html | 177 ++++++++++---------- .../doc/xml/manual/appendix_contributing.xml | 181 ++++++++++++++++----- libstdc++-v3/doc/xml/manual/intro.xml | 6 + libstdc++-v3/include/experimental/algorithm | 10 +- libstdc++-v3/include/experimental/functional | 8 +- libstdc++-v3/include/experimental/string_view | 2 +- libstdc++-v3/include/std/functional | 10 +- .../20_util/function/{69222.cc => 77322.cc} | 12 +- .../20_util/function/{69222.cc => cons/72820.cc} | 10 +- .../20_util/reference_wrapper/invoke-2.cc | 2 +- .../26_numerics/random/default_random_engine.cc | 4 +- .../testsuite/experimental/algorithm/sample.cc | 1 + 14 files changed, 347 insertions(+), 157 deletions(-) copy libstdc++-v3/testsuite/20_util/function/{69222.cc => 77322.cc} (81%) copy libstdc++-v3/testsuite/20_util/function/{69222.cc => cons/72820.cc} (87%)