summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-24 10:40:07 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-24 10:40:07 +0100
commit91af7e1b9b4427a3b1affd6eb100b4e5e10c9897 (patch)
tree1d00c216b8c9f46295c7fb6113cbb267bd993553
parentfaba19182762028b5fe32c4b5b9caa5c097cfb44 (diff)
fix: rope_fwd.hpp: fix redundant macro definition.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--include/ocl/tproc/detail/rope_fwd.hpp2
1 files changed, 0 insertions, 2 deletions
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<char8_t>;
#endif
-#endif
using crope = basic_rope<char>;
using wrope = basic_rope<wchar_t>;