[libcxx-commits] [PATCH] D58004: Bit-casting object representations (p0476r2)

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 12 21:03:30 PST 2019


zoecarver added a comment.
Herald added a subscriber: jdoerfert.

@erik.pilkington friendly ping, have you made any progress on compiler support?

A more general question: `bit_cast` is only available in C++20 which supports the `memcpy` function as a `constexpr`, does that resolve the issue or would there be other benefits form compiler support (no type punning, etc.)?


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

https://reviews.llvm.org/D58004





More information about the libcxx-commits mailing list