diff --git a/include/oneapi/dpl/pstl/hetero/algorithm_ranges_impl_hetero.h b/include/oneapi/dpl/pstl/hetero/algorithm_ranges_impl_hetero.h index b7535510cbb..dd4dd25c7e3 100644 --- a/include/oneapi/dpl/pstl/hetero/algorithm_ranges_impl_hetero.h +++ b/include/oneapi/dpl/pstl/hetero/algorithm_ranges_impl_hetero.h @@ -58,10 +58,10 @@ __pattern_walk_n(__hetero_tag<_BackendTag>, _ExecutionPolicy&& __exec, _Function //------------------------------------------------------------------------ template -class __swap1_wrapper; +struct __swap1_wrapper; template -class __swap2_wrapper; +struct __swap2_wrapper; template bool @@ -475,10 +475,10 @@ __pattern_unique(__hetero_tag<_BackendTag> __tag, _ExecutionPolicy&& __exec, _Ra //------------------------------------------------------------------------ template -class __copy1_wrapper; +struct __copy1_wrapper; template -class __copy2_wrapper; +struct __copy2_wrapper; template @@ -632,22 +632,22 @@ __pattern_minmax_element(__hetero_tag<_BackendTag>, _ExecutionPolicy&& __exec, _ //------------------------------------------------------------------------ template -class __copy_keys_wrapper; +struct __copy_keys_wrapper; template -class __copy_values_wrapper; +struct __copy_values_wrapper; template -class __reduce1_wrapper; +struct __reduce1_wrapper; template -class __reduce2_wrapper; +struct __reduce2_wrapper; template -class __assign_key1_wrapper; +struct __assign_key1_wrapper; template -class __assign_key2_wrapper; +struct __assign_key2_wrapper; template