[PATCH] D50815: Establish the <bit> header

Marshall Clow via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 15 15:24:52 PDT 2018


mclow.lists created this revision.
mclow.lists added reviewers: EricWF, ldionne.
Herald added a subscriber: christof.

In C++20, we're going to have a header named <bit> for bit manipulations.
See https://wg21.link/P0553 and https://wg21.link/P0556 for more info.

This doesn't do any of that.
It just creates the header, and pulls some existing internal routines into it.
Later diffs will rename the existing routines, and implement the features from P0553 and P0556.

This is just moving stuff around.  NFC intended.


https://reviews.llvm.org/D50815

Files:
  include/algorithm
  include/bit
  include/module.modulemap
  test/libcxx/double_include.sh.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50815.160926.patch
Type: text/x-patch
Size: 10232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180815/dae2f7a1/attachment.bin>


More information about the cfe-commits mailing list