diff --git a/include/fmt/std.h b/include/fmt/std.h index bfa13fa0..184c6d26 100644 --- a/include/fmt/std.h +++ b/include/fmt/std.h @@ -514,7 +514,7 @@ template <> struct formatter { public: FMT_CONSTEXPR void set_debug_format(bool set = true) { debug_ = set; } - + FMT_CONSTEXPR auto parse(parse_context<>& ctx) -> const char* { auto it = ctx.begin(), end = ctx.end(); if (it == end) return it;