summaryrefslogtreecommitdiff
path: root/pstl
diff options
context:
space:
mode:
authorMikhail Dvorskiy <mikhail.dvorskiy@intel.com>2021-03-04 17:39:52 +0300
committerMikhail Dvorskiy <mikhail.dvorskiy@intel.com>2021-03-04 17:39:52 +0300
commit2903934faad162ba6cfce5452636d18de9d59441 (patch)
tree3dfa1661a6d1bf73bd6595076557ef6b470a264d /pstl
parentf3cc8543647cfcfd3ea383e6738bc58a258d6f74 (diff)
downloadllvm-2903934faad162ba6cfce5452636d18de9d59441.tar.gz
[pstl] A hot fix for
Commit 5856f202 by Mikhail Dvorskiy, 02/13/2021 08:28 PM parent f515ca89 Iterator types renaming: ForwardIterator -> RandomAccessIterator; for parallel patterns/bricks https://reviews.llvm.org/D96266
Diffstat (limited to 'pstl')
-rw-r--r--pstl/include/pstl/internal/algorithm_fwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/include/pstl/internal/algorithm_fwd.h b/pstl/include/pstl/internal/algorithm_fwd.h
index 8d0a3de795a1..43fd05709eee 100644
--- a/pstl/include/pstl/internal/algorithm_fwd.h
+++ b/pstl/include/pstl/internal/algorithm_fwd.h
@@ -592,7 +592,7 @@ __pattern_reverse(_ExecutionPolicy&&, _BidirectionalIterator, _BidirectionalIter
template <class _ExecutionPolicy, class _RandomAccessIterator, class _IsVector>
void
-__pattern_reverse(_RandomAccessIterator&&, _RandomAccessIterator, _RandomAccessIterator, _IsVector,
+__pattern_reverse(_ExecutionPolicy&&, _RandomAccessIterator, _RandomAccessIterator, _IsVector,
/*is_parallel=*/std::true_type);
//------------------------------------------------------------------------