summaryrefslogtreecommitdiff
path: root/libcxx/include/algorithm
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2023-05-15 10:33:40 -0700
committerNikolas Klauser <nikolasklauser@berlin.de>2023-05-15 11:06:57 -0700
commit61d5671c1697e3ee622384d07d7a33f990fa6643 (patch)
treea2bbafec3dfa693fc0fb5aaf554a6b8d9f71db55 /libcxx/include/algorithm
parentc820f9e6ae5f754ce71c1ed337c29a55d3df9758 (diff)
Revert "[libc++][PSTL] Implement std::copy{,_n}"
This reverts commit b049fc0481bc387f57fd61da7239f85ef91096c1. The wrong patch was landed.
Diffstat (limited to 'libcxx/include/algorithm')
-rw-r--r--libcxx/include/algorithm1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index 8c0498a04ac7..18a89eb1a4dc 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -1789,7 +1789,6 @@ template <class BidirectionalIterator, class Compare>
#include <__algorithm/pop_heap.h>
#include <__algorithm/prev_permutation.h>
#include <__algorithm/pstl_any_all_none_of.h>
-#include <__algorithm/pstl_copy.h>
#include <__algorithm/pstl_fill.h>
#include <__algorithm/pstl_find.h>
#include <__algorithm/pstl_for_each.h>