[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
Mon Jan 11 16:08:21 PST 2021


Quuxplusone updated this revision to Diff 315959.
Quuxplusone edited the summary of this revision.
Quuxplusone added a comment.

Merged some test cases from D60027 <https://reviews.llvm.org/D60027>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93819/new/

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.315959.patch
Type: text/x-patch
Size: 20381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210112/f8ed7ced/attachment-0001.bin>


More information about the libcxx-commits mailing list