This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 45f3501bdaa switchconv: Fix up inbound checks for switch types wider th [...] new 475933164f6 libstdc++: implement P3044R2 - sub-string_view from string [...] new 6123cb8bfc3 libstdc++: implement P3044R2 - sub-string_view from string [...]
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/bits/basic_string.h | 19 ++++++++ libstdc++-v3/include/bits/cow_string.h | 19 ++++++++ libstdc++-v3/include/bits/version.def | 8 ++++ libstdc++-v3/include/bits/version.h | 10 +++++ libstdc++-v3/include/std/string | 1 + libstdc++-v3/include/std/string_view | 10 ++++- .../basic_string/operations/subview/char.cc | 46 +++++++++++++++++++ .../basic_string/operations/subview/wchar_t.cc | 46 +++++++++++++++++++ .../basic_string_view/operations/subview/char.cc | 51 ++++++++++++++++++++++ .../operations/subview/wchar_t.cc | 51 ++++++++++++++++++++++ 10 files changed, 260 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/operations/subvi [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/operations/subvi [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ [...] create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string_view/operations/ [...]