[libcxx-commits] [PATCH] D127594: [libc++][NFC] Use concepts in <bit>.
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jun 12 03:41:13 PDT 2022
Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
All supported compilers have concepts support so use that in the C++20
functions in <bit>.
s/_LIBCPP_INLINE_VISIBILITY/_LIBCPP_HIDE_FROM_ABI/ as drive-by fix.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D127594
Files:
libcxx/include/__bit/bit_cast.h
libcxx/include/bit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127594.436205.patch
Type: text/x-patch
Size: 8850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220612/14bdc3f1/attachment.bin>
More information about the libcxx-commits
mailing list