From 40abad6b409a10789bb07f316ccc8548e33dfd7c Mon Sep 17 00:00:00 2001 From: Muhammed Galib Uludag Date: Thu, 4 Aug 2022 15:13:38 +0300 Subject: [PATCH] readded overwritten SPDLOG_FMT_STRING macro line --- include/spdlog/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/spdlog/common.h b/include/spdlog/common.h index f81ea483..a3554c63 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -52,6 +52,7 @@ # endif # else # define SPDLOG_FMT_RUNTIME(format_string) format_string +# define SPDLOG_FMT_STRING(format_string) format_string # endif #endif