[libcxx-commits] [PATCH] D125300: [libc++] type_traits: make __invokable_r work in terms of argument passing.
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 20 12:09:38 PDT 2022
EricWF requested changes to this revision.
EricWF added a comment.
This revision now requires changes to proceed.
Requesting the `__core_is_convertible` changes formally to put this review in the correct bucket.
================
Comment at: libcxx/include/type_traits:3551
+
+// __invokable
template <class _Fp, class ..._Args>
----------------
Not sure this comment adds anything.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125300/new/
https://reviews.llvm.org/D125300
More information about the libcxx-commits
mailing list