diff options
| author | Nikolas Klauser <n_klauser@apple.com> | 2023-05-05 09:24:58 -0700 |
|---|---|---|
| committer | Nikolas Klauser <nikolasklauser@berlin.de> | 2023-05-15 10:31:57 -0700 |
| commit | b049fc0481bc387f57fd61da7239f85ef91096c1 (patch) | |
| tree | 40aea975b915ed484c896a27e6ca3eb89e2b3ee7 /libcxx/include/algorithm | |
| parent | f98698714e2ebdfaad71a2d3f13e040de80eb444 (diff) | |
[libc++][PSTL] Implement std::copy{,_n}
Reviewed By: ldionne, #libc
Spies: jloser, libcxx-commits
Differential Revision: https://reviews.llvm.org/D149706
Diffstat (limited to 'libcxx/include/algorithm')
| -rw-r--r-- | libcxx/include/algorithm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index 18a89eb1a4dc..8c0498a04ac7 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -1789,6 +1789,7 @@ 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> |
