[libcxx-commits] [PATCH] D75960: [libc++] Implement C++20's P0476r2: std::bit_cast

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 5 14:51:01 PDT 2021


Quuxplusone added a comment.

Re `[[nodiscard]]`: hooray!
D99895 <https://reviews.llvm.org/D99895> provides a Test Ready to Eat for the nodiscardness of `bit_cast`; once it's landed, you should be able to just rebase, uncomment that test, and add `bit_cast` to the appropriate list in `UsingLibcxx.rst`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75960/new/

https://reviews.llvm.org/D75960



More information about the libcxx-commits mailing list