[all-commits] [llvm/llvm-project] f851db: [libc++] [P0879] constexpr std::reverse, partition...

Quuxplusone via All-commits all-commits at lists.llvm.org
Mon Jan 25 10:10:26 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f851db3dae5cc24ce1897918bd69fa989aa31b59
      https://github.com/llvm/llvm-project/commit/f851db3dae5cc24ce1897918bd69fa989aa31b59
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-01-25 (Mon, 25 Jan 2021)

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

  Log Message:
  -----------
  [libc++] [P0879] constexpr std::reverse, partition, *_permutation.

After this patch, the only parts of P0879 that remain missing will be
std::nth_element, std::sort, and the heap/partial_sort algorithms.

Differential Revision: https://reviews.llvm.org/D93443




More information about the All-commits mailing list