diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-24 10:40:07 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-24 10:40:07 +0100 |
| commit | 91af7e1b9b4427a3b1affd6eb100b4e5e10c9897 (patch) | |
| tree | 1d00c216b8c9f46295c7fb6113cbb267bd993553 /include | |
| parent | faba19182762028b5fe32c4b5b9caa5c097cfb44 (diff) | |
fix: rope_fwd.hpp: fix redundant macro definition.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/ocl/tproc/detail/rope_fwd.hpp | 2 |
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>; |
