This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d27f619 Extend std::function test for PR 68995 new 03ff028 libstdc++/68877 Reimplement std::__is_swappable
The 1 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 | 15 ++ libstdc++-v3/include/bits/move.h | 4 +- libstdc++-v3/include/std/type_traits | 66 +++++--- .../20_util/is_nothrow_swappable/value.cc | 185 +++++++++++++++++++-- .../requirements/explicit_instantiation.cc | 4 +- .../requirements/typedefs.cc | 9 +- .../testsuite/20_util/is_swappable/value.cc | 185 +++++++++++++++++++++ .../open/char/1.cc => 25_algorithms/swap/68877.cc} | 20 ++- 8 files changed, 436 insertions(+), 52 deletions(-) copy libstdc++-v3/testsuite/20_util/{is_nothrow_swappable => is_swappable}/require [...] copy libstdc++-v3/testsuite/20_util/{is_constructible => is_swappable}/requirement [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_swappable/value.cc copy libstdc++-v3/testsuite/{27_io/basic_fstream/open/char/1.cc => 25_algorithms/s [...]