[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 Jul 23 12:11:21 PDT 2021
ldionne updated this revision to Diff 361296.
ldionne marked an inline comment as done.
ldionne added a comment.
Herald added a subscriber: mgorny.
Rebase onto main. Tests are still going to fail because Clang's `__builtin_bit_cast` still seems to have issues (I'll try to investigate those in the next week).
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/docs/Status/Cxx20Papers.csv
libcxx/include/CMakeLists.txt
libcxx/include/__bit/bit_cast.h
libcxx/include/bit
libcxx/include/module.modulemap
libcxx/include/version
libcxx/test/libcxx/diagnostics/detail.headers/bit/bit_cast.module.verify.cpp
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.compile.pass.cpp
libcxx/test/std/numerics/bit/bit.cast/bit_cast.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75960.361296.patch
Type: text/x-patch
Size: 20588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210723/57148860/attachment-0001.bin>
More information about the libcxx-commits
mailing list