diff --git a/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h b/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h index 72c8230c73..7c29e06d31 100644 --- a/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h +++ b/include/oneapi/dpl/pstl/hetero/dpcpp/parallel_backend_sycl.h @@ -1844,8 +1844,8 @@ struct __parallel_find_or_impl_one_wg; template struct __parallel_find_or_impl_one_wg<__internal::__optional_kernel_name, __or_tag_check> { - template + template __FoundStateType operator()(_ExecutionPolicy&& __exec, _BrickTag __brick_tag, const std::size_t __rng_n, const std::size_t __wgroup_size, const __FoundStateType __init_value, _Predicate __pred, @@ -1912,9 +1912,9 @@ struct __parallel_find_or_impl_multiple_wgs<__internal::__optional_kernel_name _AtomicType - operator()(_ExecutionPolicy&& __exec, _BrickTag __brick_tag, - const std::size_t __rng_n, const std::size_t __n_groups, const std::size_t __wgroup_size, - const _AtomicType __init_value, _Predicate __pred, _Ranges&&... __rngs) + operator()(_ExecutionPolicy&& __exec, _BrickTag __brick_tag, const std::size_t __rng_n, + const std::size_t __n_groups, const std::size_t __wgroup_size, const _AtomicType __init_value, + _Predicate __pred, _Ranges&&... __rngs) { auto __result = __init_value;