This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 42907ca9a49 libstdc++: Specialize ranges::__detail::__box for semiregul [...] new c1fc9f6e10e libstdc++: assert that type traits are not misused with inc [...]
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/include/std/type_traits | 19 ++++++ .../20_util/invoke_result/incomplete_args_neg.cc | 47 +++++++++++++++ .../20_util/is_invocable/incomplete_args_neg.cc | 70 ++++++++++++++++++++++ .../incomplete_neg.cc | 14 +++-- .../is_nothrow_invocable/incomplete_args_neg.cc | 70 ++++++++++++++++++++++ .../20_util/is_nothrow_invocable/incomplete_neg.cc | 6 ++ 6 files changed, 222 insertions(+), 4 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/invoke_result/incomplete_args_neg.cc create mode 100644 libstdc++-v3/testsuite/20_util/is_invocable/incomplete_args_neg.cc copy libstdc++-v3/testsuite/20_util/{is_nothrow_invocable => is_invocable}/incompl [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_nothrow_invocable/incomplete_ [...]