[libc++][PSTL] Implement std::copy{,_n}
authorNikolas Klauser <n_klauser@apple.com>
Fri, 5 May 2023 16:24:58 +0000 (09:24 -0700)
committerNikolas Klauser <nikolasklauser@berlin.de>
Mon, 15 May 2023 17:31:57 +0000 (10:31 -0700)
commitb049fc0481bc387f57fd61da7239f85ef91096c1
tree40aea975b915ed484c896a27e6ca3eb89e2b3ee7
parentf98698714e2ebdfaad71a2d3f13e040de80eb444
[libc++][PSTL] Implement std::copy{,_n}

Reviewed By: ldionne, #libc

Spies: jloser, libcxx-commits

Differential Revision: https://reviews.llvm.org/D149706
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/pstl_copy.h [new file with mode: 0644]
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 [new file with mode: 0644]
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/pstl.copy_n.pass.cpp [new file with mode: 0644]