This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cfdc45f73c5 amdgcn: HardFP divide new 4ec4ceafcc0 libstdc++: Fix typo in views::as_const's operator() [PR109525] new 95525c5b8c2 libstdc++: Adding missing feature-test macros for C++23 ran [...] new cb5c71d16d0 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