Skip to content

Commit f2d6df2

Browse files
committed
LWG3721 Allow an arg-id with a value of zero for width in std-format-spec
1 parent 2f90273 commit f2d6df2

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
@@ -13853,9 +13853,7 @@
1385313853
a \fmtgrammarterm{width} or \fmtgrammarterm{precision},
1385413854
the value of the corresponding formatting argument is used in its place.
1385513855
If the corresponding formatting argument is not of integral type, or
13856-
its value is
13857-
negative for \fmtgrammarterm{precision} or
13858-
non-positive for \fmtgrammarterm{width},
13856+
its value is negative,
1385913857
an exception of type \tcode{format_error} is thrown.
1386013858

1386113859
\pnum

0 commit comments

Comments
 (0)