This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from dec7aaabe96 cse: Change return type of predicate functions from int to bool new 8cbaf679a3c libstdc++: Document removal of implicit allocator rebinding [...] new b7b255e77a2 libstdc++: Fix code size regressions in std::vector [PR110060] new fe94f8b7e02 libstdc++: Do not use std::expected::value() in monadic ops [...]
The 3 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/doc/html/manual/api.html | 13 ++ libstdc++-v3/doc/xml/manual/evolution.xml | 19 +++ libstdc++-v3/include/bits/stl_vector.h | 23 +--- libstdc++-v3/include/bits/vector.tcc | 17 ++- libstdc++-v3/include/std/expected | 78 ++++++----- libstdc++-v3/testsuite/20_util/expected/lwg3877.cc | 145 +++++++++++++++++---- libstdc++-v3/testsuite/20_util/expected/lwg3938.cc | 142 ++++++++++++++++++++ .../assign/no_realloc.cc} | 6 + .../testsuite/23_containers/vector/types/1.cc | 2 +- 9 files changed, 350 insertions(+), 95 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg3938.cc rename libstdc++-v3/testsuite/23_containers/vector/{capacity/invariant.cc => modif [...]