[cfe-dev] constexpr bit_cast status?

will wray via cfe-dev cfe-dev at lists.llvm.org
Mon Oct 29 12:56:56 PDT 2018


std::bit_cast was added to the C++ 20 draft this summer:
http://eel.is/c++draft/bit.cast

In September JFB added a header with implementation (in llvm namespace):
llvm/include/llvm/ADT/bit.h

  // This file implements the C++20 <bit> header.
  ...
  // - It isn't constexpr because that requires compiler support.

What compiler support is it waiting on? What's the status?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20181029/36369e9d/attachment.html>


More information about the cfe-dev mailing list