This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 29341f21ce1 c++: Implement C++26 P2558R2 - Add @, $, and ` to the basic [...] new a0b7d8e087f libstdc++: Reorder template params of std::optional compari [...] new 1489e281b54 libstdc++: Implement P2968R2 "Making std::ignore a first-cl [...] new 5be55447e25 libstdc++: Remove std::basic_format_args default constructo [...] new ea435261ad5 libstdc++: Add static_assert to std::expected for LWG 3843 [...]
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/utility.h | 29 +++++++++++++++++ libstdc++-v3/include/std/expected | 8 +++++ libstdc++-v3/include/std/format | 2 -- libstdc++-v3/include/std/optional | 36 +++++++++++----------- libstdc++-v3/include/std/tuple | 31 ------------------- .../testsuite/20_util/headers/utility/ignore.cc | 29 +++++++++++++++++ .../testsuite/std/format/arguments/args.cc | 4 +++ 7 files changed, 88 insertions(+), 51 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/headers/utility/ignore.cc