summaryrefslogtreecommitdiff
path: root/libcxx/include/algorithm
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2023-05-15 06:56:40 -0700
committerNikolas Klauser <nikolasklauser@berlin.de>2023-05-15 06:56:40 -0700
commit627e6efa5b274db10564ace161d2ef583ddfcb66 (patch)
treeb7c26cebea0d846e8b040f0acb124ff9028cbd4e /libcxx/include/algorithm
parent930421e18c51c2e8eaf7ea92fcbfc4b1eabc5975 (diff)
Revert "[libc++][PSTL] Implement std::transform"
This reverts commit cbd9e5454741ebe6b39521fe1a8ed4eed5c2c801. 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 18a89eb1a4dc..469bf1706628 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -1792,7 +1792,6 @@ template <class BidirectionalIterator, class Compare>
#include <__algorithm/pstl_fill.h>
#include <__algorithm/pstl_find.h>
#include <__algorithm/pstl_for_each.h>
-#include <__algorithm/pstl_transform.h>
#include <__algorithm/push_heap.h>
#include <__algorithm/ranges_adjacent_find.h>
#include <__algorithm/ranges_all_of.h>