Skip to content

Commit c3f0391

Browse files
committed
Remove old diagnostic suppression
1 parent 88f41bb commit c3f0391

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/fmt/base.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2303,7 +2303,6 @@ template <typename T, typename Char, type TYPE> struct native_formatter {
23032303
specs_.set_type(set ? presentation_type::debug : presentation_type::none);
23042304
}
23052305

2306-
FMT_PRAGMA_CLANG(diagnostic ignored "-Wundefined-inline")
23072306
template <typename FormatContext>
23082307
FMT_CONSTEXPR auto format(const T& val, FormatContext& ctx) const
23092308
-> decltype(ctx.out());

0 commit comments

Comments
 (0)