[PATCH] D54472: Disable invalid isPodLike<> specialization
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 28 00:37:02 PST 2018
serge-sans-paille marked an inline comment as done.
serge-sans-paille added inline comments.
================
Comment at: include/llvm/ADT/bit.h:45
+// This case is GCC 4.x. clang with libc++ or libstdc++ never get here. Unlike
+// llvm/Support/type_traits.h's is_trivially_constructible we don't want to
+// provide a good-enough answer here: developers in that configuration will hit
----------------
Quuxplusone wrote:
> Should this say "`is_trivially_copyable`"?
Yep, fixed
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54472/new/
https://reviews.llvm.org/D54472
More information about the llvm-commits
mailing list