mirror of https://github.com/AxioDL/metaforce.git
e0b5a4e2f7
std::string_view instances can contain character values that lie outside the range of an unsigned char (negative values). If such a value is passed into std::isspace, then the behavior of the function is undefined. To avoid this, we add these casts. |
||
---|---|---|
hecl |