[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
Fri Mar 13 10:11:59 PDT 2020
ldionne updated this revision to Diff 250245.
ldionne marked 3 inline comments as done and an inline comment as not done.
ldionne added a comment.
Specify that the errors from __builtin_bit_cast come from <bit>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75960/new/
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.250245.patch
Type: text/x-patch
Size: 17408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200313/cc6590b1/attachment-0001.bin>
More information about the libcxx-commits
mailing list