[PATCH] D51888: [ADT] bit_cast: check for is_trivially_copyable more portably

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 10 14:43:00 PDT 2018


jfb added a comment.

Extra fix in r341866 because `__is_trivially_copyable` is a function-like builtin, not a template.


Repository:
  rL LLVM

https://reviews.llvm.org/D51888





More information about the llvm-commits mailing list