@@ -922,18 +922,18 @@ strong_ordering operator<=>(const time_zone_link& x, const time_zone_link& y);
922
922
} // chrono
923
923
924
924
namespace std {
925
+ template<class Rep, class Period, class charT>
926
+ struct formatter<chrono::duration<Rep, Period>, charT>; // C++20
925
927
template<class Duration, class charT>
926
928
struct formatter<chrono::sys_time<Duration>, charT>; // C++20
927
929
template<class Duration, class charT>
928
930
struct formatter<chrono::utc_time<Duration>, charT>; // C++20
929
931
template<class Duration, class charT>
930
932
struct formatter<chrono::tai_time<Duration>, charT>; // C++20
931
933
template<class Duration, class charT>
932
- struct formatter<chrono::filetime <Duration>, charT>; // C++20
934
+ struct formatter<chrono::file_time <Duration>, charT>; // C++20
933
935
template<class Duration, class charT>
934
936
struct formatter<chrono::local_time<Duration>, charT>; // C++20
935
- template<class Rep, class Period, class charT>
936
- struct formatter<chrono::duration<Rep, Period>, charT>; // C++20
937
937
template<class charT> struct formatter<chrono::day, charT>; // C++20
938
938
template<class charT> struct formatter<chrono::month, charT>; // C++20
939
939
template<class charT> struct formatter<chrono::year, charT>; // C++20
0 commit comments