Closed jeongseok-meta closed 4 months ago
Clang12 does not support std::bit_cast, so this change introduces a check for the std::bit_cast feature using the __cpp_lib_bit_cast macro, according to the documentation found at https://en.cppreference.com/w/cpp/feature_test
std::bit_cast
__cpp_lib_bit_cast
Clang12 does not support
std::bit_cast
, so this change introduces a check for thestd::bit_cast
feature using the__cpp_lib_bit_cast
macro, according to the documentation found at https://en.cppreference.com/w/cpp/feature_test