This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e88218fd5a2 c++: Always use pushdecl for exception library helpers new 8992cd1892d libstdc++: Add noexcept to std::optional initialization (PR 96036) new bcfe4681f9b libstdc++: Constrain std::make_optional new 6e1c9715b31 libstdc++: Cleanup whitespace and type trait usage in <optional>
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/std/optional | 265 ++++++++++++--------- .../20_util/optional/assignment/noexcept.cc | 81 +++++++ .../testsuite/20_util/optional/cons/noexcept.cc | 64 +++++ .../testsuite/20_util/optional/make_optional-2.cc | 94 ++++++++ 4 files changed, 388 insertions(+), 116 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/optional/assignment/noexcept.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/cons/noexcept.cc create mode 100644 libstdc++-v3/testsuite/20_util/optional/make_optional-2.cc