forked from fmtlib/fmt
Remove duplicate method
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
This commit is contained in:
committed by
Victor Zverovich
parent
a95dc17017
commit
24ab9dd19e
@@ -2006,11 +2006,6 @@ struct formatter<std::chrono::time_point<std::chrono::system_clock, Duration>,
|
|||||||
default_specs + sizeof(default_specs) / sizeof(Char));
|
default_specs + sizeof(default_specs) / sizeof(Char));
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename ParseContext>
|
|
||||||
FMT_CONSTEXPR auto parse(ParseContext& ctx) -> decltype(ctx.begin()) {
|
|
||||||
return this->do_parse(ctx.begin(), ctx.end());
|
|
||||||
}
|
|
||||||
|
|
||||||
template <typename FormatContext>
|
template <typename FormatContext>
|
||||||
auto format(std::chrono::time_point<std::chrono::system_clock> val,
|
auto format(std::chrono::time_point<std::chrono::system_clock> val,
|
||||||
FormatContext& ctx) const -> decltype(ctx.out()) {
|
FormatContext& ctx) const -> decltype(ctx.out()) {
|
||||||
|
Reference in New Issue
Block a user