From a823ba06994ae1a843d0fe0c7650f119e07a7e3e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 31 May 2026 08:24:38 -0700 Subject: [PATCH] Deconstexprify exception formatter --- include/fmt/std.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/std.h b/include/fmt/std.h index dfde1fb7..6954df16 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -635,7 +635,7 @@ struct formatter< } template - FMT_CONSTEXPR auto format(const std::exception& ex, Context& ctx) const + auto format(const std::exception& ex, Context& ctx) const -> decltype(ctx.out()) { auto out = ctx.out(); #if FMT_USE_RTTI