diff options
| author | Nikolas Klauser <nikolasklauser@berlin.de> | 2023-06-13 10:50:38 -0700 |
|---|---|---|
| committer | Nikolas Klauser <nikolasklauser@berlin.de> | 2023-06-15 11:23:07 -0700 |
| commit | 3a7876f6e2b01550c2178a7d295842b637d183c7 (patch) | |
| tree | b9949a60f50d80931924ac3e405a0c92ed4f3a6e /libcxx/include/algorithm | |
| parent | 4b111dd798cd93e8d2f1c855d577e35d6ac6cebe (diff) | |
[libc++][PSTL] Implement std::is_partitioned
Reviewed By: #libc, ldionne
Spies: ldionne, libcxx-commits
Differential Revision: https://reviews.llvm.org/D152853
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 fefa98a67384..29e7871b6fc0 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -1816,6 +1816,7 @@ template <class BidirectionalIterator, class Compare> #include <__algorithm/pstl_find.h> #include <__algorithm/pstl_for_each.h> #include <__algorithm/pstl_generate.h> +#include <__algorithm/pstl_is_partitioned.h> #include <__algorithm/pstl_merge.h> #include <__algorithm/pstl_replace.h> #include <__algorithm/pstl_stable_sort.h> |
