[libcxx-commits] [PATCH] D149381: [libc++][PSTL] Implement std::for_each{, _n}
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Apr 30 13:27:41 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG68ee014b15d3: [libc++][PSTL] Implement std::for_each{, _n} (authored by philnik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149381/new/
https://reviews.llvm.org/D149381
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/pstl_for_each.h
libcxx/include/__pstl/internal/glue_algorithm_defs.h
libcxx/include/__pstl/internal/glue_algorithm_impl.h
libcxx/include/algorithm
libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/pstl.for_each_n.pass.cpp
libcxx/test/support/test_execution_policies.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149381.518350.patch
Type: text/x-patch
Size: 11133 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230430/b09d93bf/attachment.bin>
More information about the libcxx-commits
mailing list