We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a525f commit a4fbfa2Copy full SHA for a4fbfa2
source/time.tex
@@ -840,7 +840,7 @@
840
template<class charT> struct formatter<chrono::year_month_weekday, charT>;
841
template<class charT> struct formatter<chrono::year_month_weekday_last, charT>;
842
template<class Rep, class Period, class charT>
843
- struct formatter<chrono::hh_mm_ss<duration<Rep, Period>>, charT>;
+ struct formatter<chrono::hh_mm_ss<chrono::duration<Rep, Period>>, charT>;
844
template<class charT> struct formatter<chrono::sys_info, charT>;
845
template<class charT> struct formatter<chrono::local_info, charT>;
846
template<class Duration, class TimeZonePtr, class charT>
0 commit comments