diff --git a/include/fmt/format.h b/include/fmt/format.h index 0f38f30e..8658e118 100644 --- a/include/fmt/format.h +++ b/include/fmt/format.h @@ -4228,7 +4228,7 @@ class format_int { inline auto str() const -> std::string { return {str_, size()}; } }; -#if FMT_CLANG_ANALYZER +#if FMT_USE_CONSTEVAL || FMT_CLANG_ANALYZER # define FMT_STRING_IMPL(s, base) s #else # define FMT_STRING_IMPL(s, base) \