[PATCH] D74380: Fix SFINAE in llvm::bit_cast.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 20:37:36 PST 2020


jlebar added a comment.

"How did this ever work?"  Since is_trivially_constructible<T>::type doesn't exist, wouldn't this always be a substitution failure?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74380





More information about the llvm-commits mailing list