This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d0ecf5 PR libstdc++/77537 Implement LWG 2729 for pair. * include/ [...] new ec51a84 Implement LWG 2729 for tuple. * include/std/tuple (_Tuple_i [...] new 4be8c60 PR libstdc++/77288 * include/std/optional (__is_optional_im [...]
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/ChangeLog | 42 +++ libstdc++-v3/include/std/optional | 62 ++-- libstdc++-v3/include/std/tuple | 96 ++++- libstdc++-v3/testsuite/20_util/optional/77288.cc | 406 +++++++++++++++++++++ .../testsuite/20_util/optional/cons/value.cc | 12 +- .../20_util/tuple/element_access/get_neg.cc | 2 +- .../testsuite/20_util/tuple/tuple_traits.cc | 244 +++++++++++++ 7 files changed, 819 insertions(+), 45 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/optional/77288.cc create mode 100644 libstdc++-v3/testsuite/20_util/tuple/tuple_traits.cc