[all-commits] [llvm/llvm-project] 61d567: Revert "[libc++][PSTL] Implement std::copy{, _n}"
philnik777 via All-commits
all-commits at lists.llvm.org
Mon May 15 11:07:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 61d5671c1697e3ee622384d07d7a33f990fa6643
https://github.com/llvm/llvm-project/commit/61d5671c1697e3ee622384d07d7a33f990fa6643
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-05-15 (Mon, 15 May 2023)
Changed paths:
M libcxx/include/CMakeLists.txt
R 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
R libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/pstl.copy.pass.cpp
R libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/pstl.copy_n.pass.cpp
Log Message:
-----------
Revert "[libc++][PSTL] Implement std::copy{,_n}"
This reverts commit b049fc0481bc387f57fd61da7239f85ef91096c1.
The wrong patch was landed.
More information about the All-commits
mailing list