|
|
@ -392,7 +392,8 @@ protected:
|
|
|
|
// format to wmemory_buffer and convert to utf8
|
|
|
|
// format to wmemory_buffer and convert to utf8
|
|
|
|
wmemory_buf_t wbuf;
|
|
|
|
wmemory_buf_t wbuf;
|
|
|
|
# ifdef SPDLOG_USE_STD_FORMAT
|
|
|
|
# ifdef SPDLOG_USE_STD_FORMAT
|
|
|
|
fmt_lib::vformat_to(std::back_inserter(wbuf), fmt, fmt_lib::make_format_args<fmt_lib::wformat_context>(std::forward<Args>(args)...));
|
|
|
|
fmt_lib::vformat_to(
|
|
|
|
|
|
|
|
std::back_inserter(wbuf), fmt, fmt_lib::make_format_args<fmt_lib::wformat_context>(std::forward<Args>(args)...));
|
|
|
|
# else
|
|
|
|
# else
|
|
|
|
fmt::detail::vformat_to(wbuf, fmt, fmt::make_format_args<fmt::wformat_context>(std::forward<Args>(args)...));
|
|
|
|
fmt::detail::vformat_to(wbuf, fmt, fmt::make_format_args<fmt::wformat_context>(std::forward<Args>(args)...));
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|