This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15 in repository gcc.
from 3a549f3f4be Daily bump. new 46cfa36e295 libstdc++: Fix std::get<T> for std::pair with reference mem [...] new 69f888db1b4 libstdc++: Make CTAD ignore pair(const T1&, const T2&) cons [...] new 1f98995af30 libstdc++: Implement LWG4222 'expected' constructor from a [...]
The 3 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_pair.h | 10 ++--- libstdc++-v3/include/std/expected | 1 + libstdc++-v3/testsuite/20_util/expected/lwg4222.cc | 39 ++++++++++++++++ .../testsuite/20_util/pair/astuple/get_by_type.cc | 52 ++++++++++++++++++++++ libstdc++-v3/testsuite/20_util/pair/cons/110853.cc | 10 +++++ 5 files changed, 107 insertions(+), 5 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg4222.cc create mode 100644 libstdc++-v3/testsuite/20_util/pair/cons/110853.cc