From 6471853426716df7f5b804649d0cf74df340dfe5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 19 Dec 2025 19:10:54 +0100 Subject: hotpatch: Wrong preprocessor macro cond. Signed-off-by: Amlal El Mahrouss --- include/ocl/is_same.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') diff --git a/include/ocl/is_same.hpp b/include/ocl/is_same.hpp index 4ed0dc7..4051afe 100644 --- a/include/ocl/is_same.hpp +++ b/include/ocl/is_same.hpp @@ -1,10 +1,9 @@ #pragma once -#if __cplusplus <= 202301L +#if __cplusplus < 202301L #error "This header has been deprecated, it now redirects to equiv.hpp" #else #warning "This header has been deprecated, it now redirects to equiv.hpp" #endif #include - -- cgit v1.2.3