[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
Tue Jun 6 08:45:12 PDT 2023


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

Changed prior to commit:
  https://reviews.llvm.org/D151841?vs=528602&id=528888#toc

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/__pstl/internal/glue_algorithm_impl.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.528888.patch
Type: text/x-patch
Size: 30576 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230606/fc924974/attachment-0001.bin>


More information about the libcxx-commits mailing list