Skip to content

Commit d590041

Browse files
committed
P4136R2 #line is not in line with existing implementation
1 parent fda5e37 commit d590041

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/preprocessor.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,9 +2097,8 @@
20972097
the following sequence of source lines begins with a
20982098
source line that has a line number as specified
20992099
by the digit sequence (interpreted as a decimal integer).
2100-
If the digit sequence specifies zero
2101-
or a number greater than 2147483647,
2102-
the program is ill-formed.
2100+
Digit sequences representing a number
2101+
outside of the range \crange{1}{2147483647} are conditionally supported.
21032102

21042103
\pnum
21052104
A preprocessing directive of the form

0 commit comments

Comments
 (0)