[all-commits] [llvm/llvm-project] b049fc: [libc++][PSTL] Implement std::copy{, _n}
philnik777 via All-commits
all-commits at lists.llvm.org
Mon May 15 10:32:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b049fc0481bc387f57fd61da7239f85ef91096c1
https://github.com/llvm/llvm-project/commit/b049fc0481bc387f57fd61da7239f85ef91096c1
Author: Nikolas Klauser <n_klauser at apple.com>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
A libcxx/include/__algorithm/pstl_copy.h
M libcxx/include/__pstl/internal/glue_algorithm_defs.h
M libcxx/include/__pstl/internal/glue_algorithm_impl.h
M libcxx/include/algorithm
A libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/pstl.copy.pass.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/pstl.copy_n.pass.cpp
Log Message:
-----------
[libc++][PSTL] Implement std::copy{,_n}
Reviewed By: ldionne, #libc
Spies: jloser, libcxx-commits
Differential Revision: https://reviews.llvm.org/D149706
More information about the All-commits
mailing list