This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e31e206b397 c++: refactor maybe_delete_defaulted_fn [PR119964] new 2ef68751150 libstdc++: Implement LWG 4366 for std::expected comparisons new 230dc6e74f7 libstdc++: Implement LWG 4370 for std::optional comparisons
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/std/expected | 37 +++++-- libstdc++-v3/include/std/optional | 110 +++++++++++++++++---- .../testsuite/20_util/expected/equality.cc | 26 +++++ libstdc++-v3/testsuite/20_util/expected/lwg4366.cc | 33 +++++++ .../testsuite/20_util/optional/relops/lwg4370.cc | 55 +++++++++++ 5 files changed, 232 insertions(+), 29 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/expected/lwg4366.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/lwg4370.cc