File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 32
32
the template argument shall return a value that is convertible to \tcode {bool}.
33
33
If a template parameter is named \tcode {Clock},
34
34
the corresponding template argument shall be a type \tcode {C}
35
- for which \tcode {is_clock_v<C>} is \tcode {true };
36
- otherwise the program is ill-formed.
35
+ that meets the \oldconcept {Clock} requirements \iref { time.clock.req };
36
+ the program is ill-formed if \tcode {is_clock_v<C>} is \tcode {false} .
37
37
38
38
\rSec 2[thread.req.exception]{Exceptions}
39
39
Original file line number Diff line number Diff line change 2212
2212
}
2213
2213
\end {codeblock }
2214
2214
2215
- \pnum
2216
- \tcode {Clock} shall either
2217
- meet the \oldconcept {Clock} requirements\iref {time.clock.req }
2218
- or be the type \tcode {local_t}.
2219
-
2220
2215
\pnum
2221
2216
If \tcode {Duration} is not a specialization of \tcode {duration},
2222
2217
the program is ill-formed.
You can’t perform that action at this time.
0 commit comments