[libcxx-commits] [PATCH] D93819: [libc++] Implement [P0769] "Add shift to algorithm" (shift_left, shift_right)

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 25 23:26:39 PST 2020


Quuxplusone created this revision.
Quuxplusone added reviewers: ldionne, zoecarver, danra.
Quuxplusone added a project: libc++.
Herald added a subscriber: arichardson.
Quuxplusone requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

I believe this is a complete implementation of `std::shift_left` and `std::shift_right` from
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0769r2.pdf


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93819

Files:
  libcxx/docs/Cxx2aStatusPaperStatus.csv
  libcxx/docs/FeatureTestMacroTable.rst
  libcxx/include/algorithm
  libcxx/include/version
  libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/shift_left.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.shift/shift_right.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/algorithm.version.pass.cpp
  libcxx/test/std/language.support/support.limits/support.limits.general/version.version.pass.cpp
  libcxx/utils/generate_feature_test_macro_components.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93819.313740.patch
Type: text/x-patch
Size: 17065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201226/3dd3de82/attachment.bin>


More information about the libcxx-commits mailing list