From 25eb38120cd69be51d8b1dd654a3cd07675297fa Mon Sep 17 00:00:00 2001 From: Muhammed Galib Uludag Date: Thu, 4 Aug 2022 15:27:18 +0300 Subject: [PATCH] Update common.h --- include/spdlog/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 6b5fb1a9..e1b84e53 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -257,6 +257,7 @@ using wmemory_buf_t = fmt::basic_memory_buffer; template using wformat_string_t = fmt::wformat_string; # endif +# define SPDLOG_BUF_TO_STRING(x) fmt::to_string(x) #endif #ifdef SPDLOG_WCHAR_TO_UTF8_SUPPORT