From 6792174181792da9c134e32945e8ca02028e2535 Mon Sep 17 00:00:00 2001 From: Dmitriy Sobolev Date: Thu, 12 Dec 2024 09:35:46 +0000 Subject: [PATCH] Get rid of comment cluttering --- include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h b/include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h index 11be289f02..e0b57260ee 100644 --- a/include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h +++ b/include/oneapi/dpl/pstl/hetero/dpcpp/unseq_backend_sycl.h @@ -95,9 +95,9 @@ template inline constexpr _Tp __known_identity = #if _ONEDPL_SYCL_KNOWN_IDENTITY_PRESENT __dpl_sycl::__known_identity<_BinaryOp, _Tp>::value; -#else //_ONEDPL_SYCL_KNOWN_IDENTITY_PRESENT +#else __known_identity_for_plus<_BinaryOp, _Tp>::value; //for plus only -#endif //_ONEDPL_SYCL_KNOWN_IDENTITY_PRESENT +#endif template struct walk_n