[libcxx-commits] [PATCH] D129310: [libc++][doc] Documents the header __bits.
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 7 11:22:23 PDT 2022
philnik added inline comments.
================
Comment at: libcxx/docs/UsingLibcxx.rst:447-448
+
+Starting with C++20 the Standard header ``<bit>`` is available. This header
+contains all functions available in ``<__bits>``` under a different name.
+
----------------
Could you maybe add a TODO somewhere to update the function names to match the standard ones?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129310/new/
https://reviews.llvm.org/D129310
More information about the libcxx-commits
mailing list