[libcxx-commits] [PATCH] D125300: type_traits: use __is_core_convertible in __invokable_r.
Aaron Jacobs via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 20 17:14:34 PDT 2022
jacobsa marked 2 inline comments as done.
jacobsa added a comment.
Thanks Eric, PTAL.
================
Comment at: libcxx/include/type_traits:3503
+template <class _From, class _To>
+struct __is_implicitly_convertible {
+private:
----------------
EricWF wrote:
> Use `__is_core_convertible`, which already addresses this.
I didn't know this existed. That's much better, thanks.
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