This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c58090a2cb libphobos: Skip curl tests if libcurl is not installed on t [...] new 37020b0ad7f PR libstdc++/90220 Fix std::any_cast for array types new 809f1d633ac Fix basic_string_view typedefs and enforce preconditions
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/ChangeLog | 48 +++++++ libstdc++-v3/include/bits/basic_string.h | 42 +++--- libstdc++-v3/include/experimental/string_view | 4 +- libstdc++-v3/include/std/any | 22 +++- libstdc++-v3/include/std/string_view | 143 +++++++++++---------- .../testsuite/20_util/any/misc/any_cast.cc | 17 +++ .../modifiers/remove_prefix/char/1.cc | 4 +- .../modifiers/remove_prefix/wchar_t/1.cc | 4 +- .../modifiers/remove_suffix/char/1.cc | 4 +- .../modifiers/remove_suffix/wchar_t/1.cc | 4 +- .../basic_string_view/requirements/traits_neg.cc} | 34 ++--- .../basic_string_view/requirements/typedefs.cc | 9 ++ .../string_view/modifiers/remove_prefix/char/1.cc | 2 +- .../modifiers/remove_prefix/wchar_t/1.cc | 2 +- .../string_view/modifiers/remove_suffix/char/1.cc | 2 +- .../modifiers/remove_suffix/wchar_t/1.cc | 2 +- .../string_view/requirements/typedefs.cc | 13 ++ 17 files changed, 231 insertions(+), 125 deletions(-) copy libstdc++-v3/testsuite/{20_util/variant/90008.cc => 21_strings/basic_string_v [...]