diff --git a/algorithms_cpp/include/embb/algorithms/internal/quick_sort-inl.h b/algorithms_cpp/include/embb/algorithms/internal/quick_sort-inl.h index d8fa300..1b4bb2f 100644 --- a/algorithms_cpp/include/embb/algorithms/internal/quick_sort-inl.h +++ b/algorithms_cpp/include/embb/algorithms/internal/quick_sort-inl.h @@ -226,7 +226,7 @@ template void QuickSort(RAI first, RAI last, ComparisonFunction comparison, const embb::mtapi::ExecutionPolicy& policy, size_t block_size) { typedef typename std::iterator_traits::iterator_category category; - internal::QuickSortIteratorCheck(first, last, comparison, + internal::QuickSortIteratorCheck(first, last, comparison, policy, block_size, category()); }