Skip to content

Commit c519b70

Browse files
burblebeetkoeppe
authored andcommitted
LWG3721 Allow an arg-id with a value of zero for width in std-format-spec
1 parent 8d06220 commit c519b70

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

source/utilities.tex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13833,9 +13833,7 @@
1383313833
a \fmtgrammarterm{width} or \fmtgrammarterm{precision},
1383413834
the value of the corresponding formatting argument is used in its place.
1383513835
If the corresponding formatting argument is not of integral type, or
13836-
its value is
13837-
negative for \fmtgrammarterm{precision} or
13838-
non-positive for \fmtgrammarterm{width},
13836+
its value is negative,
1383913837
an exception of type \tcode{format_error} is thrown.
1384013838

1384113839
\pnum

0 commit comments

Comments
 (0)