[libcxx-commits] [PATCH] D150128: [libc++][PSTL] Implement std::count{, _if}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 6 08:43:18 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7a3b528e1b54: [libc++][PSTL] Implement std::count{,_if} (authored by philnik).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150128

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150128.528886.patch
Type: text/x-patch
Size: 13821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230606/c8413bae/attachment.bin>


More information about the libcxx-commits mailing list