[libcxx-commits] [PATCH] D151841: [libc++][PSTL] Implement std::replace{, _if, _copy, _copy_if}

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 1 10:20:32 PDT 2023


philnik updated this revision to Diff 527482.
philnik added a comment.

Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151841

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_replace.h
  libcxx/include/algorithm
  libcxx/test/libcxx/algorithms/pstl.robust_against_customization_points_not_working.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_copy.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_copy_if.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.replace/pstl.replace_if.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151841.527482.patch
Type: text/x-patch
Size: 24002 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230601/da308427/attachment-0001.bin>


More information about the libcxx-commits mailing list