Skip to content

Commit e866663

Browse files
author
Dawn Perchik
committed
P1650R0 Output std::chrono::days with 'd' suffix
Fixes #3023.
1 parent 67db942 commit e866663

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
@@ -2083,6 +2083,7 @@
20832083
\item Otherwise, if \tcode{Period::type} is \tcode{exa}, the suffix is \tcode{"Es"}.
20842084
\item Otherwise, if \tcode{Period::type} is \tcode{ratio<60>}, the suffix is \tcode{"min"}.
20852085
\item Otherwise, if \tcode{Period::type} is \tcode{ratio<3600>}, the suffix is \tcode{"h"}.
2086+
\item Otherwise, if \tcode{Period::type} is \tcode{ratio<86400>}, the suffix is \tcode{"d"}.
20862087
\item Otherwise, if \tcode{Period::type::den == 1}, the suffix is \tcode{"[\placeholder{num}]s"}.
20872088
\item Otherwise, the suffix is \tcode{"[\placeholder{num}/\placeholder{den}]s"}.
20882089
\end{itemize}

0 commit comments

Comments
 (0)