This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from f7ff1d5923f c++: using non-dep array var of unknown bound [PR115358] new 9c179a7ede2 libstdc++: Implement LWG 3664 changes to ranges::distance new d6551d6d83e libstdc++: Implement P2836R1 changes to const_iterator new d28b05bf576 libstdc++: Implement P2540R1 change to views::cartesian_product() new a56fdac9575 libstdc++: Fix ref_view branch of views::as_const [PR119135]
The 4 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_base.h | 14 +++++++------- libstdc++-v3/include/bits/stl_iterator.h | 12 ++++++++++++ libstdc++-v3/include/std/ranges | 16 ++++++++-------- libstdc++-v3/include/std/version | 2 +- .../testsuite/24_iterators/const_iterator/1.cc | 22 ++++++++++++++++++++++ .../24_iterators/range_operations/distance.cc | 11 +++++++++++ .../testsuite/std/ranges/adaptors/as_const/1.cc | 6 +++++- .../testsuite/std/ranges/cartesian_product/1.cc | 6 +++--- libstdc++-v3/testsuite/std/ranges/version_c++23.cc | 2 +- 9 files changed, 70 insertions(+), 21 deletions(-)