Revert "[libc++][PSTL] Implement std::copy{,_n}"
authorNikolas Klauser <nikolasklauser@berlin.de>
Mon, 15 May 2023 17:33:40 +0000 (10:33 -0700)
committerNikolas Klauser <nikolasklauser@berlin.de>
Mon, 15 May 2023 18:06:57 +0000 (11:06 -0700)
commit61d5671c1697e3ee622384d07d7a33f990fa6643
treea2bbafec3dfa693fc0fb5aaf554a6b8d9f71db55
parentc820f9e6ae5f754ce71c1ed337c29a55d3df9758
Revert "[libc++][PSTL] Implement std::copy{,_n}"

This reverts commit b049fc0481bc387f57fd61da7239f85ef91096c1.

The wrong patch was landed.
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/pstl_copy.h [deleted file]
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 [deleted file]
libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/pstl.copy_n.pass.cpp [deleted file]