mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-08 10:46:58 +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);
|
specs_.set_type(set ? presentation_type::debug : presentation_type::none);
|
||||||
}
|
}
|
||||||
|
|
||||||
FMT_PRAGMA_CLANG(diagnostic ignored "-Wundefined-inline")
|
|
||||||
template <typename FormatContext>
|
template <typename FormatContext>
|
||||||
FMT_CONSTEXPR auto format(const T& val, FormatContext& ctx) const
|
FMT_CONSTEXPR auto format(const T& val, FormatContext& ctx) const
|
||||||
-> decltype(ctx.out());
|
-> decltype(ctx.out());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user