This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 42f42d70c6a C++: Template lambda mangling testcases new f471cb71c86 libstdc++: Implement ranges::cartesian_product_view from P2374R4 new 2ee0165f72b libstdc++: Implement ranges::as_rvalue_view from P2446R2
The 2 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 | 603 +++++++++++++++++++++ .../testsuite/std/ranges/adaptors/as_rvalue/1.cc | 47 ++ .../testsuite/std/ranges/cartesian_product/1.cc | 186 +++++++ 3 files changed, 836 insertions(+) create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/as_rvalue/1.cc create mode 100644 libstdc++-v3/testsuite/std/ranges/cartesian_product/1.cc