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)