Skip to content

Commit 5683953

Browse files
authored
[expr.pre] Add \tcode for the integer literal 5 (#8700)
1 parent 73caa2f commit 5683953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
\end{codeblock}
9696
due to the associativity and precedence of these operators. Thus, the
9797
result of the sum \tcode{(a + 32760)} is next added to \tcode{b}, and
98-
that result is then added to 5 which results in the value assigned to
98+
that result is then added to \tcode{5} which results in the value assigned to
9999
\tcode{a}. On a machine in which overflows produce an exception and in
100100
which the range of values representable by an \tcode{int} is
101101
\crange{-32768}{+32767}, the implementation cannot rewrite this

0 commit comments

Comments
 (0)