[all-commits] [llvm/llvm-project] 7a3b52: [libc++][PSTL] Implement std::count{, _if}

philnik777 via All-commits all-commits at lists.llvm.org
Tue Jun 6 08:43:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7a3b528e1b540b4c98f4b557f917447481872749
      https://github.com/llvm/llvm-project/commit/7a3b528e1b540b4c98f4b557f917447481872749
  Author: Nikolas Klauser <n_klauser at apple.com>
  Date:   2023-06-06 (Tue, 06 Jun 2023)

  Changed paths:
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/pstl_backend.h
    A libcxx/include/__algorithm/pstl_count.h
    M libcxx/include/algorithm
    M libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.count/pstl.count.pass.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.count/pstl.count_if.pass.cpp

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

Reviewed By: ldionne, #libc

Spies: libcxx-commits

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




More information about the All-commits mailing list