mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-05 17:30:06 +08:00
Remove old diagnostic suppression
This commit is contained in:
parent
88f41bbdc0
commit
c3f0391efd
@ -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());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user