Merge 270480db688b60dc77873ec662e317b52f17e7bc into e00fd756cc9ecdb038bf1958717c9e4d56466839

This commit is contained in:
friedkeenan 2025-11-20 19:32:53 +00:00 committed by GitHub
commit 7f91e9e37a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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) \