This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e5428086c2c Revert "libstdc++: Optimize operator+(string/char*, char*/s [...] new 49e25d3e29a libstdc++: Implement ranges::zip_view from P2321R2
The 1 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 | 54 +--- libstdc++-v3/include/bits/ranges_util.h | 55 ++++ libstdc++-v3/include/std/ranges | 442 +++++++++++++++++++++++++++++ libstdc++-v3/testsuite/std/ranges/zip/1.cc | 111 ++++++++ 4 files changed, 609 insertions(+), 53 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/zip/1.cc