std::ctype<char16_t> is a non-standard extension that's not available on all platforms. Neither this nor the original technically match the Windows kernel's fixed Unicode table approach and can produce different results based on system locale.
std::ctype<char16_t> is a non-standard extension that's not available on all platforms. Neither this nor the original technically match the Windows kernel's fixed Unicode table approach and can produce different results based on system locale.