[libcxx-commits] [PATCH] D127483: [libc++] Remove uses of __two in type_traits
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 10 13:22:47 PDT 2022
EricWF added inline comments.
================
Comment at: libcxx/include/__type_traits/is_polymorphic.h:28
-#else
-
-template<typename _Tp> char &__is_polymorphic_impl(
----------------
We don't need this anymore?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127483/new/
https://reviews.llvm.org/D127483
More information about the libcxx-commits
mailing list