From 88d71b427340e9c3f271dc50e1ed7f0fe44e3589 Mon Sep 17 00:00:00 2001 From: Geoff Romer Date: Fri, 8 Dec 2017 11:02:50 -0800 Subject: [PATCH] Constant expressions can have "library UB" --- source/intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/intro.tex b/source/intro.tex index 55a4e8e783..ac34c8c1cd 100644 --- a/source/intro.tex +++ b/source/intro.tex @@ -303,7 +303,7 @@ issuance of a diagnostic message). Many erroneous program constructs do not engender undefined behavior; they are required to be diagnosed. Evaluation of a constant expression never exhibits behavior explicitly -specified as undefined\iref{expr.const}. +specified as undefined in \ref{intro} through \ref{cpp} of this document\iref{expr.const}. \end{defnote} \indexdefn{behavior!unspecified}%