mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-24 06:32:06 +08:00
merge
This commit is contained in:
commit
cdad84aa46
@ -239,6 +239,7 @@ public:
|
|||||||
SPDLOG_TRY
|
SPDLOG_TRY
|
||||||
{
|
{
|
||||||
// format to wmemory_buffer and convert to utf8
|
// format to wmemory_buffer and convert to utf8
|
||||||
|
|
||||||
fmt::wmemory_buffer wbuf;
|
fmt::wmemory_buffer wbuf;
|
||||||
fmt::format_to(std::back_inserter(wbuf), fmt::runtime(fmt), std::forward<Args>(args)...);
|
fmt::format_to(std::back_inserter(wbuf), fmt::runtime(fmt), std::forward<Args>(args)...);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user