Skip to content

Commit a4fbfa2

Browse files
authored
[time.syn] Add missing namespace qualification (#8677)
1 parent 85a525f commit a4fbfa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/time.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@
840840
template<class charT> struct formatter<chrono::year_month_weekday, charT>;
841841
template<class charT> struct formatter<chrono::year_month_weekday_last, charT>;
842842
template<class Rep, class Period, class charT>
843-
struct formatter<chrono::hh_mm_ss<duration<Rep, Period>>, charT>;
843+
struct formatter<chrono::hh_mm_ss<chrono::duration<Rep, Period>>, charT>;
844844
template<class charT> struct formatter<chrono::sys_info, charT>;
845845
template<class charT> struct formatter<chrono::local_info, charT>;
846846
template<class Duration, class TimeZonePtr, class charT>

0 commit comments

Comments
 (0)