Make FMT_STRING redundant when FMT_USE_CONSTEVAL is enabled

This commit is contained in:
friedkeenan 2025-11-20 13:30:10 -06:00
parent e00fd756cc
commit 270480db68

View File

@ -4231,7 +4231,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) \