This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 142c83445dc gcc/ new 43c7ee54a2c P0646R1 Improving the Return Value of Erase-Like Algorithms I
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 | 34 +++++++++++++ libstdc++-v3/include/bits/forward_list.h | 26 ++++++++-- libstdc++-v3/include/bits/forward_list.tcc | 44 +++++++++++++---- libstdc++-v3/include/bits/list.tcc | 53 ++++++++++++++++----- libstdc++-v3/include/bits/stl_list.h | 24 ++++++++-- libstdc++-v3/include/std/version | 1 + .../operations/remove_cxx20_return.cc} | 55 +++++++++++----------- .../operations/unique_cxx20_return.cc} | 36 +++++++++----- .../operations/remove_cxx20_return.cc} | 55 +++++++++++----------- .../operations/unique_cxx20_return.cc} | 33 +++++++++---- 10 files changed, 254 insertions(+), 107 deletions(-) copy libstdc++-v3/testsuite/23_containers/{map/operations/contains.cc => forward_l [...] copy libstdc++-v3/testsuite/23_containers/{unordered_multiset/operations/contains. [...] copy libstdc++-v3/testsuite/23_containers/{set/operations/contains.cc => list/oper [...] copy libstdc++-v3/testsuite/23_containers/{unordered_map/operations/contains.cc => [...]