<div dir="ltr"><div>std::bit_cast was added to the C++ 20 draft this summer:</div><div><a href="http://eel.is/c++draft/bit.cast" target="_blank">http://eel.is/c++draft/bit.cast</a></div><br class="gmail-Apple-interchange-newline">In September JFB added a header with implementation (in llvm namespace):<br>llvm/include/llvm/ADT/bit.h<br><br>  // This file implements the C++20 <bit> header.<br>  ...<br>  // - It isn't constexpr because that requires compiler support.<br><div><br></div><div>What compiler support is it waiting on? What's the status?</div><div><br></div></div>