From 1fa4e83f58bd3b2244c8208e8558282dba8323f2 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Sun, 27 Oct 2024 10:37:15 +0100 Subject: [PATCH] [conv.general] Remove duplicate cross-reference to [dcl.init] --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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