Skip to content

Commit b0996ed

Browse files
committed
P4136R2 #line is not in line with existing implementation
Fixes NB FR-009-108 (C++ CD).
1 parent fda5e37 commit b0996ed

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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)