diff options
| -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>; |
