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 3b93d61be5a libstdc++: Fix access issue in elements_view::_Sentinel [PR100631] new 048eb89a1e7 libstdc++: Implement LWG 3391 changes to move/counted_itera [...] new e3804ba98f2 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 [...]