This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 8104d4fff62 libstdc++: Fix test that fails for C++20 new 0dd0905e2f5 libstdc++: Implement LWG 3490 change to drop_while_view::begin() new 166bf5e7ba7 libstdc++: Move ranges algos used by <ranges> into ranges_util.h new 3c2397242a0 libstdc++: Implement LWG 3557 change to convertible_to new bc6059e257c libstdc++: Implement LWG 3546 changes to common_iterator new 01e1cadac23 libstdc++: Implement LWG 3553 changes to split_view new f6c54894752 libstdc++: Implement LWG 3555 changes to transform/elements_view new 565602a23ac libstdc++: Define split_view::_InnerIter::base as per P2210 new 58873a56589 libstdc++: Add missing std::move to join_view::iterator cto [...] new d187dfbd038 libstdc++: Fix up implementation of LWG 3533 [PR101589] new e22db028743 libstdc++: Add missing std::move to ranges::copy/move/rever [...]
The 10 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/ranges_algo.h | 235 ++------------------- libstdc++-v3/include/bits/ranges_algobase.h | 2 +- libstdc++-v3/include/bits/ranges_util.h | 219 +++++++++++++++++++ libstdc++-v3/include/bits/stl_iterator.h | 5 +- libstdc++-v3/include/std/concepts | 4 +- libstdc++-v3/include/std/ranges | 110 +++------- .../testsuite/25_algorithms/copy/constrained.cc | 13 ++ .../testsuite/25_algorithms/move/constrained.cc | 13 ++ 8 files changed, 294 insertions(+), 307 deletions(-)