fix: add a left branch

This commit is contained in:
Horror Proton
2022-07-10 21:19:14 +08:00
parent 85ef8ea149
commit 09a4f13a78

View File

@@ -179,6 +179,8 @@ namespace asst
{
#ifdef _WIN32
s << utils::utf8_to_ansi(std::forward<T>(value));
#else
s << std::forward<T>(value);
#endif
return s;
}