This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12 in repository gcc.
from 1539af7fe0d Daily bump. new 7d0cddced0f libstdc++: Make views::single/iota/istream SFINAE-friendly [...] new c19da6683bd libstdc++: Implement P2520R0 changes to move_iterator's ite [...] new 05476c093a0 libstdc++: Implement LWG 3904 change to lazy_split_view's iterator
The 3 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/stl_iterator.h | 20 ++++++++++- libstdc++-v3/include/std/ranges | 42 ++++++++++++++++------ libstdc++-v3/include/std/version | 1 + .../24_iterators/move_iterator/p2520r0.cc | 37 +++++++++++++++++++ .../testsuite/std/ranges/adaptors/lazy_split.cc | 16 +++++++++ .../testsuite/std/ranges/iota/iota_view.cc | 10 ++++++ .../testsuite/std/ranges/iota/lwg3292_neg.cc | 1 + libstdc++-v3/testsuite/std/ranges/istream_view.cc | 12 +++++++ libstdc++-v3/testsuite/std/ranges/single_view.cc | 13 +++++++ 9 files changed, 140 insertions(+), 12 deletions(-) create mode 100644 libstdc++-v3/testsuite/24_iterators/move_iterator/p2520r0.cc