File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -10478,10 +10478,11 @@
10478
10478
are described in \ref {format.string }.
10479
10479
Giving a \fmtgrammarterm {precision} specification
10480
10480
in the \fmtgrammarterm {chrono-format-spec}
10481
- is valid only for \tcode {std::chrono::duration} types
10482
- where the representation type \tcode {Rep}
10483
- is a floating-point type.
10484
- For all other \tcode {Rep} types,
10481
+ is valid only for types that are
10482
+ specializations of \tcode {std::chrono::duration}
10483
+ for which the nested \grammarterm {typedef-name} \tcode {rep} denotes
10484
+ a floating-point type.
10485
+ For all other types,
10485
10486
an exception of type \tcode {format_error} is thrown
10486
10487
if the \fmtgrammarterm {chrono-format-spec}
10487
10488
contains a \fmtgrammarterm {precision} specification.
You can’t perform that action at this time.
0 commit comments