fixed #ifdef error about char8_t
This commit is contained in:
parent
0a0f885c75
commit
0a2ca9272e
@ -220,9 +220,9 @@ namespace hgl
|
||||
||ch=='\v');
|
||||
}
|
||||
|
||||
#ifdef char8_t
|
||||
#ifdef HGL_SUPPORT_CHAR8_T
|
||||
template<>
|
||||
inline const bool isspace(const char8_t ch)
|
||||
inline const bool isspace(const char8_t &ch)
|
||||
{
|
||||
return(ch==0
|
||||
||ch==u8' ' //半角空格
|
||||
|
Loading…
x
Reference in New Issue
Block a user