Skip to content

Commit 3c6e678

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

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
@@ -366,8 +366,8 @@
366366
diagnostic message), to terminating a translation or execution (with the
367367
issuance of a diagnostic message). Many erroneous program constructs do
368368
not engender undefined behavior; they are required to be diagnosed.
369-
Evaluation of a constant expression never exhibits behavior explicitly
370-
specified as undefined in \ref{intro} through \ref{cpp}\iref{expr.const}.
369+
Evaluation of a constant expression\iref{expr.const} never exhibits behavior explicitly
370+
specified as undefined in \ref{intro} through \ref{cpp}.
371371
\end{defnote}
372372

373373
\indexdefn{behavior!unspecified}%

0 commit comments

Comments
 (0)