File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 10121012\pnum
10131013A 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}
10181020meet the \oldconcept {EqualityComparable} (\tref {cpp17.equalitycomparable }) and
10191021\oldconcept {LessThanComparable} (\tref {cpp17.lessthancomparable })
10201022and \oldconcept {Swappable}\iref {swappable.requirements }
10211023requirements and the requirements of
1022- numeric types\iref {numeric.requirements }.
1024+ numeric types\iref {numeric.requirements },
10231025\begin {note }
10241026This means, in particular,
10251027that 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}
10311033requirements, recursively.
10321034\end {itemize }
10331035
You can’t perform that action at this time.
0 commit comments