This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6d43ec50966 Minor improvement to compare elimination new cb326a6442f libstdc++: Use function object for __decay_copy helper new a88fc03ba7e libstdc++: Remove precondition checks from ranges::subrange new 9245b0e84c2 libstdc++: Add noexcept specifiers to some range adaptors new 8b93548778a libstdc++: Make ranges CPOs final and not addressable
The 4 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/iterator_concepts.h | 18 ++--- libstdc++-v3/include/bits/ranges_base.h | 82 ++++++++++++++------- libstdc++-v3/include/bits/ranges_util.h | 85 +++++++++++++++------- libstdc++-v3/include/std/ranges | 18 +++++ libstdc++-v3/testsuite/std/ranges/adaptors/all.cc | 30 ++++++++ .../std/ranges/headers/ranges/synopsis.cc | 26 +++++-- libstdc++-v3/testsuite/std/ranges/single_view.cc | 24 ++++++ .../testsuite/std/ranges/subrange/constexpr.cc | 26 +++++++ 8 files changed, 240 insertions(+), 69 deletions(-) create mode 100644 libstdc++-v3/testsuite/std/ranges/subrange/constexpr.cc