Skip to content

Commit e469705

Browse files
committed
[defns.undefined] Move cross-reference to [expr.const]
Fixes NB JP 003 (C++20 DIS)
1 parent 2934897 commit e469705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/intro.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@
353353
diagnostic message), to terminating a translation or execution (with the
354354
issuance of a diagnostic message). Many erroneous program constructs do
355355
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}.
356+
Evaluation of a constant expression\iref{expr.const} never exhibits behavior explicitly
357+
specified as undefined in \ref{intro} through \ref{cpp} of this document.
358358
\end{defnote}
359359

360360
\indexdefn{behavior!unspecified}%

0 commit comments

Comments
 (0)