This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e85bb1881e5 libstdc++: Fix visit<void>(v) for non-void visitors [PR106589] new 02f6b405f0e libstdc++: Separate construct/convertibility tests for std::tuple new 72886fcc626 libstdc++: Implement std::pair/tuple/misc enhancements from [...]
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_bvector.h | 12 + libstdc++-v3/include/bits/stl_pair.h | 117 +++- libstdc++-v3/include/bits/uses_allocator_args.h | 41 ++ libstdc++-v3/include/std/tuple | 430 ++++++++++++- libstdc++-v3/testsuite/20_util/pair/p2321r2.cc | 208 +++++++ libstdc++-v3/testsuite/20_util/tuple/p2321r2.cc | 664 +++++++++++++++++++++ .../23_containers/vector/bool/element_access/1.cc | 26 + 7 files changed, 1489 insertions(+), 9 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/pair/p2321r2.cc create mode 100644 libstdc++-v3/testsuite/20_util/tuple/p2321r2.cc create mode 100644 libstdc++-v3/testsuite/23_containers/vector/bool/element_access/1.cc