This commit is contained in:
gabime 2021-06-26 18:02:09 +03:00
commit cdad84aa46

View File

@ -239,6 +239,7 @@ public:
SPDLOG_TRY
{
// format to wmemory_buffer and convert to utf8
fmt::wmemory_buffer wbuf;
fmt::format_to(std::back_inserter(wbuf), fmt::runtime(fmt), std::forward<Args>(args)...);