P0476R2 <bit> bit_cast
<bit>
bit_cast
This needs a compiler builtin in order to be constexpr.
constexpr
Feature-test macro as of WG21-N4842: #define __cpp_lib_bit_cast 201806L
#define __cpp_lib_bit_cast 201806L
__builtin_bit_cast has been implemented for MSVC in VS 2019 16.6. (Microsoft-internal MSVC-PR-221026.)
__builtin_bit_cast
Most helpful comment
__builtin_bit_casthas been implemented for MSVC in VS 2019 16.6. (Microsoft-internal MSVC-PR-221026.)