Remove old diagnostic suppression

This commit is contained in:
Victor Zverovich 2026-01-30 18:11:48 -08:00
parent 88f41bbdc0
commit c3f0391efd

View File

@ -2303,7 +2303,6 @@ template <typename T, typename Char, type TYPE> struct native_formatter {
specs_.set_type(set ? presentation_type::debug : presentation_type::none);
}
FMT_PRAGMA_CLANG(diagnostic ignored "-Wundefined-inline")
template <typename FormatContext>
FMT_CONSTEXPR auto format(const T& val, FormatContext& ctx) const
-> decltype(ctx.out());