From f7339dfc92e7ccdb777cec4855cb932992a852e9 Mon Sep 17 00:00:00 2001 From: Muhammed Galib Uludag Date: Thu, 4 Aug 2022 15:01:43 +0300 Subject: [PATCH] readded overwritten SPDLOG_BUF_TO_STRING(x) x definition line --- include/spdlog/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 02807298..f81ea483 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -229,7 +229,7 @@ using wmemory_buf_t = std::wstring; template using wformat_string_t = std::wstring_view; # endif - +# define SPDLOG_BUF_TO_STRING(x) x #else // use fmt lib instead of std::format namespace fmt_lib = fmt;