This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 90e53ecdbfc c++: Look through capture proxy from outer lambda instead o [...] new cfb20f17bd1 libstdc++: Implement P3137R3 views::to_input for C++26
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/version.def | 8 + libstdc++-v3/include/bits/version.h | 10 ++ libstdc++-v3/include/std/ranges | 170 +++++++++++++++++++++ .../testsuite/std/ranges/adaptors/to_input/1.cc | 59 +++++++ 4 files changed, 247 insertions(+) create mode 100644 libstdc++-v3/testsuite/std/ranges/adaptors/to_input/1.cc