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 b1f54b2b7d8 libstdc++: Fix access issue in elements_view::_Sentinel [PR100631] new 6c0ce0194d3 libstdc++: Implement LWG 3391 changes to move/counted_itera [...] new 3c01b4dd1b6 libstdc++: Implement LWG 3533 changes to foo_view::iterator [...]
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/stl_iterator.h | 13 ++++--------- libstdc++-v3/include/std/ranges | 14 ++++++-------- .../lwg3389.cc => move_iterator/lwg3391.cc} | 12 +++++++----- .../testsuite/24_iterators/move_iterator/move_only.cc | 8 +++++++- 4 files changed, 24 insertions(+), 23 deletions(-) copy libstdc++-v3/testsuite/24_iterators/{counted_iterator/lwg3389.cc => move_iter [...]