Skip to content

Commit c4b8bd4

Browse files
geoffromerzygoloid
authored andcommitted
Constant expressions can have "library UB"
1 parent e2db030 commit c4b8bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
issuance of a diagnostic message). Many erroneous program constructs do
304304
not engender undefined behavior; they are required to be diagnosed.
305305
Evaluation of a constant expression never exhibits behavior explicitly
306-
specified as undefined\iref{expr.const}.
306+
specified as undefined in \ref{intro} through \ref{cpp} of this document\iref{expr.const}.
307307
\end{defnote}
308308

309309
\indexdefn{behavior!unspecified}%

0 commit comments

Comments
 (0)