[libcxx-commits] [PATCH] D58004: Bit-casting object representations (p0476r2)
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 9 11:38:11 PST 2019
zoecarver added a subscriber: lebedev.ri.
zoecarver added a comment.
I talked with @lebedev.ri a bit about this on the IRC channel. @jfb do you know if the bitcast instruction would work for constexpr without type punning? It seems like memcpy (and `__builtin_memcpy `) is not the way to go.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58004/new/
https://reviews.llvm.org/D58004
More information about the libcxx-commits
mailing list