This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8e34d92ef29 Loop over intersected bitmaps. new db33daa4677 libstdc++: Add comparisons to std::default_sentinel_t (LWG 3719) new 2678386df2c libstdc++: Make std::string_view(Range&&) constructor explicit
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/fs_dir.h | 33 ++++++++++++++---- libstdc++-v3/include/bits/iterator_concepts.h | 28 +++++++++++++--- libstdc++-v3/include/bits/regex.h | 24 ++++++++++++- libstdc++-v3/include/std/string_view | 2 +- .../basic_string_view/cons/char/range_c++20.cc | 28 +++++++++++++--- .../basic_string_view/cons/wchar_t/range_c++20.cc | 30 ++++++++++++++--- .../27_io/filesystem/iterators/lwg3719.cc | 39 ++++++++++++++++++++++ .../28_regex/iterators/regex_iterator/lwg3719.cc | 29 ++++++++++++++++ .../iterators/regex_token_iterator/lwg3719.cc | 29 ++++++++++++++++ 9 files changed, 219 insertions(+), 23 deletions(-) create mode 100644 libstdc++-v3/testsuite/27_io/filesystem/iterators/lwg3719.cc create mode 100644 libstdc++-v3/testsuite/28_regex/iterators/regex_iterator/lwg3719.cc create mode 100644 libstdc++-v3/testsuite/28_regex/iterators/regex_token_iterator/ [...]