[PATCH] D54472: Disable invalid isPodLike<> specialization

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 29 10:56:05 PST 2018


serge-sans-paille added a comment.

https://godbolt.org/z/_gK-9m provides a first draft of a compiler-agnostic implementation of ``std::is_trivially_copyable``. It uses no builtin and compiles fine with gcc 4.9. I'll do more testing soon.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54472/new/

https://reviews.llvm.org/D54472





More information about the llvm-commits mailing list