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

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 10 14:13:54 PDT 2020


ldionne created this revision.
ldionne added a reviewer: jfb.
Herald added a reviewer: EricWF.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous.
Herald added a project: libc++.

This is a WIP, we're missing the tests


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75960

Files:
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/include/__config
  libcxx/include/bit
  libcxx/include/version
  libcxx/test/std/language.support/support.limits/support.limits.general/bit.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/test/std/numerics/bit/bit.cast/bit_cast.fail.cpp
  libcxx/test/std/numerics/bit/bit.cast/bit_cast.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py
  libcxx/www/cxx2a_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75960.249494.patch
Type: text/x-patch
Size: 11734 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200310/aba9a68f/attachment-0001.bin>


More information about the libcxx-commits mailing list