[PATCH] D86126: Fix issue 47160: "`llvm::is_trivially_copyable` -- static assertion failure after DR 1734"

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 11 12:41:56 PST 2021


serge-sans-paille added a comment.

@danilaml I've submited https://reviews.llvm.org/D96536 that provides some replacement checks for the previous `std::is_trivially_copiable` <> `llvm::is_trivially_copyable` check. Once that one (or a similar one / a revised version) is in, I'm 100% in favor of landing that one.


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

https://reviews.llvm.org/D86126



More information about the llvm-commits mailing list