We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2934897 commit e469705Copy full SHA for e469705
source/intro.tex
@@ -353,8 +353,8 @@
353
diagnostic message), to terminating a translation or execution (with the
354
issuance of a diagnostic message). Many erroneous program constructs do
355
not engender undefined behavior; they are required to be diagnosed.
356
-Evaluation of a constant expression never exhibits behavior explicitly
357
-specified as undefined in \ref{intro} through \ref{cpp} of this document\iref{expr.const}.
+Evaluation of a constant expression\iref{expr.const} never exhibits behavior explicitly
+specified as undefined in \ref{intro} through \ref{cpp} of this document.
358
\end{defnote}
359
360
\indexdefn{behavior!unspecified}%
0 commit comments