[all-commits] [llvm/llvm-project] 23c732: [libc++][ranges] Implement `ranges::nth_element`.

Konstantin Varlamov via All-commits all-commits at lists.llvm.org
Fri Jul 8 11:26:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 23c7328bad927c2ec4d1ecf37fc07b4475f68a76
      https://github.com/llvm/llvm-project/commit/23c7328bad927c2ec4d1ecf37fc07b4475f68a76
  Author: Konstantin Varlamov <varconst at apple.com>
  Date:   2022-07-08 (Fri, 08 Jul 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/nth_element.h
    A libcxx/include/__algorithm/ranges_nth_element.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap.in
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
    M libcxx/test/libcxx/private_headers.verify.cpp
    A libcxx/test/std/algorithms/alg.sorting/alg.nth.element/ranges_nth_element.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement `ranges::nth_element`.

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




More information about the All-commits mailing list