diff --git a/include/spdlog/logger.h b/include/spdlog/logger.h index a77ef78f..1b6ab47c 100644 --- a/include/spdlog/logger.h +++ b/include/spdlog/logger.h @@ -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)...);