_S_is_one_byte_char_type
inline bool _S_is_one_byte_char_type(_CharT*) { return false; }
inline bool _S_is_one_byte_char_type(char*) { return true; }