This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b14209715e6 Set num_threads to 50 on 32-bit hppa in two libgomp loop tests new 87d162383ed libstdc++/pair: Factor out const-assignability helper for C++20 new 65b4cba9d6a libstdc++: Implement P2165R4 changes to std::pair/tuple/etc [...]
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/ranges_util.h | 17 +- libstdc++-v3/include/bits/stl_iterator.h | 16 +- libstdc++-v3/include/bits/stl_pair.h | 203 +++++++++++++- libstdc++-v3/include/bits/utility.h | 8 + libstdc++-v3/include/bits/version.def | 8 + libstdc++-v3/include/bits/version.h | 10 + libstdc++-v3/include/std/concepts | 11 +- libstdc++-v3/include/std/map | 1 + libstdc++-v3/include/std/ranges | 48 ++-- libstdc++-v3/include/std/tuple | 325 +++++++++++++++++++---- libstdc++-v3/include/std/unordered_map | 1 + libstdc++-v3/include/std/utility | 1 + libstdc++-v3/testsuite/20_util/pair/p2165r4.cc | 173 ++++++++++++ libstdc++-v3/testsuite/20_util/tuple/p2165r4.cc | 335 ++++++++++++++++++++++++ libstdc++-v3/testsuite/std/ranges/zip/1.cc | 17 +- 15 files changed, 1083 insertions(+), 91 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pair/p2165r4.cc create mode 100644 libstdc++-v3/testsuite/20_util/tuple/p2165r4.cc