0eac035245
since isascii isn't a standard defined function and then may not exist in all cctype header file(e.g. libc++): cctype_main.cxx: In function 'int cctype_main(int, char**)': cctype_main.cxx:64:45: error: 'isascii' is not a member of 'std'; did you mean 'isascii'? 64 | std::isspace(i), std::isascii(i), std::isprint(i), std::isgraph(i), | ^~~~~~~ Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I8c4fd5ccf120ae5a1566cd4d90695e47ffc30cad |
||
---|---|---|
.. | ||
cctype_main.cxx | ||
Kconfig | ||
Make.defs | ||
Makefile |