summaryrefslogtreecommitdiff
path: root/pstl/include/pstl/internal/omp/parallel_for.h
diff options
context:
space:
mode:
Diffstat (limited to 'pstl/include/pstl/internal/omp/parallel_for.h')
-rw-r--r--pstl/include/pstl/internal/omp/parallel_for.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pstl/include/pstl/internal/omp/parallel_for.h b/pstl/include/pstl/internal/omp/parallel_for.h
index 729f26f53142..0f841e531181 100644
--- a/pstl/include/pstl/internal/omp/parallel_for.h
+++ b/pstl/include/pstl/internal/omp/parallel_for.h
@@ -42,7 +42,7 @@ __parallel_for_body(_Index __first, _Index __last, _Fp __f)
template <class _ExecutionPolicy, class _Index, class _Fp>
void
-__parallel_for(_ExecutionPolicy&&, _Index __first, _Index __last, _Fp __f)
+__parallel_for(__pstl::__internal::__openmp_backend_tag, _ExecutionPolicy&&, _Index __first, _Index __last, _Fp __f)
{
if (omp_in_parallel())
{