This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 06119d691e2 [fortran] ICE assign character pointer to non target PR93714 new f3169941996 libstdc++: P1243R4 Rangify new algorithms new aa667c3f36d libstdc++: P2106R0 Alternative wording for GB315 and GB316
The 2 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 | 50 +++++ libstdc++-v3/include/bits/ranges_algo.h | 250 +++++++++++++++++---- libstdc++-v3/include/bits/ranges_algobase.h | 19 +- libstdc++-v3/include/bits/ranges_uninitialized.h | 8 +- .../{is_partitioned => clamp}/constrained.cc | 34 +-- .../25_algorithms/for_each/constrained.cc | 44 ++++ .../25_algorithms/next_permutation/constrained.cc | 4 +- .../25_algorithms/prev_permutation/constrained.cc | 4 +- .../{copy_n => sample}/constrained.cc | 52 ++--- 9 files changed, 357 insertions(+), 108 deletions(-) copy libstdc++-v3/testsuite/25_algorithms/{is_partitioned => clamp}/constrained.cc (63%) copy libstdc++-v3/testsuite/25_algorithms/{copy_n => sample}/constrained.cc (59%)