diff options
| author | Nikolas Klauser <nikolasklauser@berlin.de> | 2023-10-22 10:23:22 +0200 |
|---|---|---|
| committer | Nikolas Klauser <nikolasklauser@berlin.de> | 2023-10-22 10:25:49 +0200 |
| commit | d2a46e6480f350725a6add30662e315b7a8aacfe (patch) | |
| tree | 6acbe783183259f70a17bf30c0bf6ce3610da097 /libcxx/include/algorithm | |
| parent | 3d40411ee88958864316ff9afb23ec2d0166b285 (diff) | |
[libc++][PSTL] Implement std::move
Reviewed By: #libc, ldionne
Spies: ldionne, libcxx-commits
Differential Revision: https://reviews.llvm.org/D155330
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 69ba9537dda6..ac335cb39e82 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -1833,6 +1833,7 @@ template <class BidirectionalIterator, class Compare> #include <__algorithm/pstl_generate.h> #include <__algorithm/pstl_is_partitioned.h> #include <__algorithm/pstl_merge.h> +#include <__algorithm/pstl_move.h> #include <__algorithm/pstl_replace.h> #include <__algorithm/pstl_sort.h> #include <__algorithm/pstl_stable_sort.h> |
