This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 8794c2e9b2a libstdc++: Fix test that fails for C++20 new 936194bc072 libstdc++: Implement LWG 3490 change to drop_while_view::begin() new 424972e8ce9 libstdc++: Implement LWG 3557 change to convertible_to new 1335d35a530 libstdc++: Reduce ranges::minmax/minmax_element comparison [...] new 52b19e7b726 libstdc++: Implement LWG 3546 changes to common_iterator new fda071f59db libstdc++: Implement LWG 3553 changes to split_view new b0312481968 libstdc++: Implement LWG 3555 changes to transform/elements_view new 5f1d00d1418 libstdc++: Define split_view::_InnerIter::base as per P2210 new 3e40f630f24 libstdc++: Add missing std::move to join_view::iterator cto [...] new ac987e1e9b7 libstdc++: Fix up implementation of LWG 3533 [PR101589] new 55e6dca3090 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 | 133 +++++++++++++++------ libstdc++-v3/include/bits/ranges_algobase.h | 2 +- libstdc++-v3/include/bits/stl_iterator.h | 5 +- libstdc++-v3/include/std/concepts | 4 +- libstdc++-v3/include/std/ranges | 38 +++--- .../testsuite/25_algorithms/copy/constrained.cc | 13 ++ .../testsuite/25_algorithms/minmax/constrained.cc | 42 +++++++ .../25_algorithms/minmax_element/constrained.cc | 27 +++++ .../testsuite/25_algorithms/move/constrained.cc | 13 ++ 9 files changed, 217 insertions(+), 60 deletions(-)