This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from edf6fe78003 libstdc++: Avoid -Wparentheses warning with debug iterators new 7aa80c82ecf libstdc++: Implement LWG 3569 changes to join_view::_Iterator new 5d84a4418aa libstdc++: Implement ranges::chunk_view from P2442R1 new 7d7e2149cdb libstdc++: Implement ranges::slide_view from P2442R1
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/std/ranges | 928 ++++++++++++++++++++- .../testsuite/std/ranges/adaptors/chunk/1.cc | 80 ++ libstdc++-v3/testsuite/std/ranges/adaptors/join.cc | 17 + .../std/ranges/adaptors/{adjacent => slide}/1.cc | 49 +- 4 files changed, 1026 insertions(+), 48 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/chunk/1.cc copy libstdc++-v3/testsuite/std/ranges/adaptors/{adjacent => slide}/1.cc (60%)