Skip to content

Commit 0346c61

Browse files
authored
Merge 2019-07 LWG Motion 19
P1650R0 Output std::chrono::days with 'd' suffix Fixes #3023.
2 parents ef71999 + 83e033b commit 0346c61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/time.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1992,6 +1992,7 @@
19921992
\item Otherwise, if \tcode{Period::type} is \tcode{exa}, the suffix is \tcode{"Es"}.
19931993
\item Otherwise, if \tcode{Period::type} is \tcode{ratio<60>}, the suffix is \tcode{"min"}.
19941994
\item Otherwise, if \tcode{Period::type} is \tcode{ratio<3600>}, the suffix is \tcode{"h"}.
1995+
\item Otherwise, if \tcode{Period::type} is \tcode{ratio<86400>}, the suffix is \tcode{"d"}.
19951996
\item Otherwise, if \tcode{Period::type::den == 1}, the suffix is \tcode{"[\placeholder{num}]s"}.
19961997
\item Otherwise, the suffix is \tcode{"[\placeholder{num}/\placeholder{den}]s"}.
19971998
\end{itemize}

0 commit comments

Comments
 (0)