[libcxx-commits] [PATCH] D114074: [libc++] Implement P1272R4 (std::byteswap)
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Nov 17 02:33:25 PST 2021
philnik created this revision.
philnik added reviewers: Quuxplusone, Mordante, ldionne.
Herald added subscribers: arichardson, mgorny.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Implement P1274R4
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D114074
Files:
libcxx/docs/FeatureTestMacroTable.rst
libcxx/docs/Status/Cxx2bPapers.csv
libcxx/include/CMakeLists.txt
libcxx/include/__bit/byteswap.h
libcxx/include/bit
libcxx/include/module.modulemap
libcxx/include/version
libcxx/test/libcxx/diagnostics/detail.headers/bit/byteswap.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/byteswap.pass.cpp
libcxx/utils/generate_feature_test_macro_components.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114074.387883.patch
Type: text/x-patch
Size: 13155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211117/f471355c/attachment.bin>
More information about the libcxx-commits
mailing list