Stl: P0476R2 <bit> bit_cast

Created on 6 Sep 2019  路  1Comment  路  Source: microsoft/STL

P0476R2 <bit> bit_cast

This needs a compiler builtin in order to be constexpr.

Feature-test macro as of WG21-N4842:
#define __cpp_lib_bit_cast 201806L

cxx20 fixed

Most helpful comment

__builtin_bit_cast has been implemented for MSVC in VS 2019 16.6. (Microsoft-internal MSVC-PR-221026.)

>All comments

__builtin_bit_cast has been implemented for MSVC in VS 2019 16.6. (Microsoft-internal MSVC-PR-221026.)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ned14 picture ned14  路  41Comments

StephanTLavavej picture StephanTLavavej  路  10Comments

StephanTLavavej picture StephanTLavavej  路  34Comments

ohhmm picture ohhmm  路  16Comments

AlexGuteniev picture AlexGuteniev  路  18Comments