This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2bfd081f1bc c++: Cross-module partial specialiations [PR 99480] new 7c1006135dd libstdc++: Implement string_view range constructor for C++20
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/std/string_view | 33 +++- .../basic_string_view/cons/char/range_c++20.cc | 170 +++++++++++++++++++++ .../basic_string_view/cons/wchar_t/range_c++20.cc | 170 +++++++++++++++++++++ 3 files changed, 371 insertions(+), 2 deletions(-) create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/cons/char/r [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/cons/wchar_ [...]