[libcxx-commits] [PATCH] D94908: [libc++] Introduce __bits
Thorsten via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 18 04:31:02 PST 2021
tschuett created this revision.
Herald added a subscriber: mgorny.
tschuett requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
It has the low-level bit fiddling operations from bit. It eliminates a cyclic dependency between __bit_reference, bits, and vector. I want to exploit this in later patches.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94908
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__bit_reference
libcxx/include/__bits
libcxx/include/bit
libcxx/include/module.modulemap
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94908.317327.patch
Type: text/x-patch
Size: 10698 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210118/06aba918/attachment.bin>
More information about the libcxx-commits
mailing list