mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-12 19:25:51 +00:00
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.
Description
Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Languages
C++
94.2%
C
4.5%
CMake
1.2%