mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-15 23:48:15 +08:00
Fix unsigned/signed comparison issues. (#103)
Seen here: https://github.com/VedantParanjape/simpPRU/runs/2613171696
This commit is contained in:
@@ -12,7 +12,9 @@ std::wstring to_wstring(T s) {
|
||||
return to_wstring(std::to_string(s));
|
||||
}
|
||||
|
||||
int wchar_width(char32_t);
|
||||
int wchar_width(wchar_t);
|
||||
int wchar_width_cjk(char32_t);
|
||||
int wchar_width_cjk(wchar_t);
|
||||
int wstring_width(const std::wstring&);
|
||||
int wstring_width_cjk(const std::wstring&);
|
||||
|
Reference in New Issue
Block a user