[libcxx-commits] [PATCH] D149706: [libc++][PSTL] Implement std::copy{, _n}
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu May 4 17:41:52 PDT 2023
philnik updated this revision to Diff 519704.
philnik marked an inline comment as done.
philnik added a comment.
- Rebased
- Address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149706/new/
https://reviews.llvm.org/D149706
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/pstl_copy.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.modifying.operations/alg.copy/pstl.copy.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/pstl.copy_n.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/pstl.transform.unary.pass.cpp
libcxx/test/support/type_algorithms.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149706.519704.patch
Type: text/x-patch
Size: 15858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230505/8e4a48e1/attachment.bin>
More information about the libcxx-commits
mailing list