This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fb14a8bd574 * gcc.pot: Regenerate. new f4673ac166d Improve smart pointer docs new 6bd15da3911 Remove redundant __constexpr_addressof function new 9766cefe693 PR libstdc++/90314 fix non-equivalent declarations of std::swap
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/ChangeLog | 20 ++++++ libstdc++-v3/include/bits/c++config | 4 +- libstdc++-v3/include/bits/move.h | 4 +- libstdc++-v3/include/bits/shared_ptr.h | 30 ++++++++- libstdc++-v3/include/bits/shared_ptr_atomic.h | 6 ++ libstdc++-v3/include/bits/unique_ptr.h | 31 ++++++--- .../include/experimental/bits/lfts_config.h | 5 +- libstdc++-v3/include/experimental/optional | 73 +++------------------- libstdc++-v3/include/std/optional | 3 +- .../experimental/optional/constexpr/observers/2.cc | 4 +- .../experimental/optional/constexpr/observers/3.cc | 2 +- 11 files changed, 96 insertions(+), 86 deletions(-)