From 91af7e1b9b4427a3b1affd6eb100b4e5e10c9897 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 24 Dec 2025 10:40:07 +0100 Subject: fix: rope_fwd.hpp: fix redundant macro definition. Signed-off-by: Amlal El Mahrouss --- include/ocl/tproc/detail/rope_fwd.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/ocl/tproc/detail/rope_fwd.hpp b/include/ocl/tproc/detail/rope_fwd.hpp index 7a3d92a..f46d0f4 100644 --- a/include/ocl/tproc/detail/rope_fwd.hpp +++ b/include/ocl/tproc/detail/rope_fwd.hpp @@ -51,10 +51,8 @@ private: }; #if __cplusplus >= 201811L -#ifdef __cpp_char8_t using u8rope = basic_rope; #endif -#endif using crope = basic_rope; using wrope = basic_rope; -- cgit v1.2.3