From 607a5217e55f4c43ed7ccd7ea83f93bcb1e52c35 Mon Sep 17 00:00:00 2001 From: H1X4 <10332146+H1X4Dev@users.noreply.github.com> Date: Fri, 31 Mar 2023 20:06:03 +0300 Subject: [PATCH] fix build of updated macro --- 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 dfe7c76c..5f671c5c 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -185,7 +185,7 @@ using fmt_runtime_string = fmt::basic_runtime; template struct is_convertible_to_basic_format_string : std::integral_constant>::value || std::is_same, fmt_runtime_string>::value> + std::is_convertible>::value || std::is_same, fmt_runtime_string>::value> {}; # if defined(SPDLOG_WCHAR_FILENAMES) || defined(SPDLOG_WCHAR_TO_UTF8_SUPPORT)