diff options
author | Nikolas Klauser <nikolasklauser@berlin.de> | 2023-04-16 22:31:25 +0200 |
---|---|---|
committer | Nikolas Klauser <nikolasklauser@berlin.de> | 2023-04-21 05:31:07 +0200 |
commit | 7d98590b3a23645584779a1036d319082f3be7c9 (patch) | |
tree | 139f9744beb4f9c843c5c8cd48e39f10aaa1dcff /libcxx/include/algorithm | |
parent | 0304aa25e0be5f322a76d16c6b6069eb9e153430 (diff) | |
download | llvm-7d98590b3a23645584779a1036d319082f3be7c9.zip llvm-7d98590b3a23645584779a1036d319082f3be7c9.tar.gz llvm-7d98590b3a23645584779a1036d319082f3be7c9.tar.bz2 |
[libc++][PSTL] Remove current integration
We decided to go a different route. To make the switch easier, rip out the old integration first and build on a clean base.
Reviewed By: ldionne, #libc, #libc_abi
Spies: arichardson, libcxx-commits
Differential Revision: https://reviews.llvm.org/D148480
Diffstat (limited to 'libcxx/include/algorithm')
-rw-r--r-- | libcxx/include/algorithm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm index 9970a63..7e251eb 100644 --- a/libcxx/include/algorithm +++ b/libcxx/include/algorithm @@ -1917,10 +1917,6 @@ template <class BidirectionalIterator, class Compare> # pragma GCC system_header #endif -#if defined(_LIBCPP_HAS_PARALLEL_ALGORITHMS) && _LIBCPP_STD_VER >= 17 -# include <__pstl_algorithm> -#endif - #if !defined(_LIBCPP_REMOVE_TRANSITIVE_INCLUDES) && _LIBCPP_STD_VER <= 17 # include <chrono> #endif |