diff --git a/source/expressions.tex b/source/expressions.tex index 54e40c91a9..372d6e9b5a 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -559,7 +559,7 @@ value. An expression $E$ appearing in such a context is said to be \defnx{contextually converted to \tcode{bool}}{conversion!contextual to \tcode{bool}} and is well-formed if and only if the declaration \tcode{\keyword{bool} t($E$);} is well-formed, for some invented temporary -variable \tcode{t}\iref{dcl.init}. +variable \tcode{t}. \pnum Certain language constructs require conversion to a value having