[all-commits] [llvm/llvm-project] 1306b1: [libc++][ranges] Implement ranges::count{, _if}

philnik777 via All-commits all-commits at lists.llvm.org
Thu Apr 7 06:18:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1306b1025c507ec8c406a975558007e3e94e5cbd
      https://github.com/llvm/llvm-project/commit/1306b1025c507ec8c406a975558007e3e94e5cbd
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-04-07 (Thu, 07 Apr 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    A libcxx/include/__algorithm/ranges_count.h
    A libcxx/include/__algorithm/ranges_count_if.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap
    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.nonmodifying/alg.count/ranges.count.pass.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.count/ranges.count_if.pass.cpp
    M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

  Log Message:
  -----------
  [libc++][ranges] Implement ranges::count{, _if}

Reviewed By: var-const, Mordante, ldionne, #libc

Spies: tcanens, libcxx-commits, mgorny

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




More information about the All-commits mailing list