Skip to content

Commit 9e41a1c

Browse files
committed
[time.clock.req] Make list item end with comma, not full stop.
Also reformat the itemization source to be more edit-friendly.
1 parent 5d6099c commit 9e41a1c

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

source/time.tex

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,22 +1012,24 @@
10121012
\pnum
10131013
A type \tcode{TC} meets the \oldconcept{TrivialClock} requirements if:
10141014
\begin{itemize}
1015-
\item \tcode{TC} meets the \oldconcept{Clock} requirements,
1015+
\item
1016+
\tcode{TC} meets the \oldconcept{Clock} requirements,
10161017

1017-
\item the types \tcode{TC::rep}, \tcode{TC::duration}, and \tcode{TC::time_point}
1018+
\item
1019+
the types \tcode{TC::rep}, \tcode{TC::duration}, and \tcode{TC::time_point}
10181020
meet the \oldconcept{EqualityComparable} (\tref{cpp17.equalitycomparable}) and
10191021
\oldconcept{LessThanComparable} (\tref{cpp17.lessthancomparable})
10201022
and \oldconcept{Swappable}\iref{swappable.requirements}
10211023
requirements and the requirements of
1022-
numeric types\iref{numeric.requirements}.
1024+
numeric types\iref{numeric.requirements},
10231025
\begin{note}
10241026
This means, in particular,
10251027
that operations on these types will not throw exceptions.
10261028
\end{note}
1027-
1028-
\item the function \tcode{TC::now()} does not throw exceptions, and
1029-
1030-
\item the type \tcode{TC::time_point::clock} meets the \oldconcept{TrivialClock}
1029+
\item
1030+
the function \tcode{TC::now()} does not throw exceptions, and
1031+
\item
1032+
the type \tcode{TC::time_point::clock} meets the \oldconcept{TrivialClock}
10311033
requirements, recursively.
10321034
\end{itemize}
10331035

0 commit comments

Comments
 (0)