Skip to content

Commit 6be63b6

Browse files
committed
[expr] Remove outdated, inaccurate, irrelevant note on the actual
behavior of signed integer overflow on "most existing implementations".
1 parent f87bdf8 commit 6be63b6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/expressions.tex

+1-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,8 @@
6363
its type, the behavior is undefined.
6464
\enternote
6565
\indextext{overflow}%
66-
most existing implementations of \Cpp ignore integer overflows.
6766
Treatment of division by zero, forming a remainder using a zero divisor,
68-
and all floating point exceptions vary among machines, and is usually
67+
and all floating point exceptions vary among machines, and is sometimes
6968
adjustable by a library function.
7069
\exitnote
7170

0 commit comments

Comments
 (0)