This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e99040403f7 libstdc++: Use runtime format for internal format calls in [...] new a148b037780 libstdc++: Directly implement ranges::heap algos [PR100795] new 92417c38736 libstdc++: Directly implement ranges::sort [PR100795] new 9d3467a14bb libstdc++: Directly implement ranges::inplace_merge [PR100795] new 04c597c0549 libstdc++: Directly implement ranges::stable_sort [PR100795] new 07832a52053 libstdc++: Directly implement ranges::stable_partition [PR100795] new d06373fa348 libstdc++: Directly implement ranges::nth_element [PR100795] new 4fc387e2f69 libstdc++: Directly implement ranges::sample [PR100795] new b4aadc60154 libstdc++: Directly implement ranges::shuffle [PR100795]
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/include/bits/max_size_type.h | 11 + libstdc++-v3/include/bits/ranges_algo.h | 1053 +++++++++++++++++++- .../testsuite/25_algorithms/heap/constrained.cc | 46 + .../25_algorithms/inplace_merge/constrained.cc | 36 + .../25_algorithms/nth_element/constrained.cc | 31 + .../testsuite/25_algorithms/sample/constrained.cc | 26 + .../testsuite/25_algorithms/shuffle/constrained.cc | 25 + .../testsuite/25_algorithms/sort/118209.cc | 23 + .../testsuite/25_algorithms/sort/constrained.cc | 31 + .../25_algorithms/stable_partition/constrained.cc | 26 + .../25_algorithms/stable_sort/constrained.cc | 30 + 11 files changed, 1290 insertions(+), 48 deletions(-) create mode 100644 libstdc++-v3/testsuite/25_algorithms/sort/118209.cc