diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index 7fa368f3..f74b9e1e 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -2006,11 +2006,6 @@ struct formatter, default_specs + sizeof(default_specs) / sizeof(Char)); } - template - FMT_CONSTEXPR auto parse(ParseContext& ctx) -> decltype(ctx.begin()) { - return this->do_parse(ctx.begin(), ctx.end()); - } - template auto format(std::chrono::time_point val, FormatContext& ctx) const -> decltype(ctx.out()) {