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.
Paths
| Differential D127594
[libc++][NFC] Use concepts in <bit>. ClosedPublic Authored by Mordante on Jun 12 2022, 3:41 AM.
Details
Summary All supported compilers have concepts support so use that in the C++20 s/_LIBCPP_INLINE_VISIBILITY/_LIBCPP_HIDE_FROM_ABI/ as drive-by fix.
Diff Detail
Event Timelinejloser added inline comments.
This revision is now accepted and ready to land.Jun 13 2022, 7:42 AM Comment Actions Thanks for the reviews!
This revision was landed with ongoing or failed builds.Jun 13 2022, 9:17 AM Closed by commit rG23b10a4a66fb: [libc++][NFC] Use concepts in <bit>. (authored by Mordante). · Explain Why This revision was automatically updated to reflect the committed changes. Mordante marked 3 inline comments as done.
Revision Contents
Diff 436438 libcxx/include/__bit/bit_cast.h
libcxx/include/bit
|