This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from 54a1630b4ab rust: Disable --enable-languages=rust and silently exclude [...] new 4dc8c0b62d9 libstdc++: Fix typo in views::as_const's operator() [PR109525] new 03356031707 libstdc++: Adding missing feature-test macros for C++23 ran [...] new 769c3244245 libstdc++: Implement range_adaptor_closure from P2387R3 [PR108827]
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/include/bits/ranges_algo.h | 9 ++++- libstdc++-v3/include/bits/ranges_cmp.h | 4 ++ libstdc++-v3/include/std/ranges | 10 ++++- libstdc++-v3/include/std/version | 8 +++- .../testsuite/25_algorithms/fold_left/1.cc | 4 +- .../testsuite/std/ranges/adaptors/as_const/1.cc | 37 ++++++++++------- .../testsuite/std/ranges/range_adaptor_closure.cc | 46 ++++++++++++++++++++++ libstdc++-v3/testsuite/std/ranges/version_c++23.cc | 18 ++++++++- 8 files changed, 116 insertions(+), 20 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/range_adaptor_closure.cc