diff --git a/include/fmt/std.h b/include/fmt/std.h index b9a0d30a..ccf376a2 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -80,7 +80,7 @@ template struct formatter { return ctx.begin(); } - template + template auto format(const std::monostate&, FormatContext& ctx) const -> decltype(ctx.out()) { auto out = ctx.out();