[libcxx-commits] [PATCH] D93443: [libc++] [P0879] constexpr reverse, partition, *_permutation

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 17 07:30:19 PST 2020


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

The buildbot was indeed happy. Remove the `*_heap` algorithms (in preparation for their separate PR). This is now ready for landing AFAIC.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93443

Files:
  libcxx/include/algorithm
  libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/partition.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.reverse/reverse.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/next_permutation.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/next_permutation_comp.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/prev_permutation.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/prev_permutation_comp.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93443.312495.patch
Type: text/x-patch
Size: 13116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20201217/a485e393/attachment-0001.bin>


More information about the libcxx-commits mailing list