From 62474f596f631e9ee24336480b1ea4f86498ba63 Mon Sep 17 00:00:00 2001 From: John Eivind Helset Date: Thu, 23 Jun 2022 19:25:26 +0200 Subject: [PATCH] Remove default for `FormatContext` also... --- include/fmt/std.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();