[libcxx-commits] [PATCH] D125300: type_traits: make __invokable_r work in terms of argument passing.
Aaron Jacobs via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 11 18:28:19 PDT 2022
jacobsa updated this revision to Diff 428828.
jacobsa retitled this revision from "type_traits: rewrite is_invocable_r in terms of argument passing." to "type_traits: make __invokable_r work in terms of argument passing.".
jacobsa edited the summary of this revision.
jacobsa added a comment.
Update based on feedback from philnik. Fix __invokable_r instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125300/new/
https://reviews.llvm.org/D125300
Files:
libcxx/include/type_traits
libcxx/test/std/utilities/meta/meta.rel/is_invocable_r.compile.pass.cpp
libcxx/test/std/utilities/meta/meta.rel/is_invocable_r_v.compile.pass.cpp
libcxx/test/std/utilities/meta/meta.rel/is_nothrow_invocable.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125300.428828.patch
Type: text/x-patch
Size: 12642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220512/f2a8d7d1/attachment-0001.bin>
More information about the libcxx-commits
mailing list