Skip to content

Commit 1fa4e83

Browse files
committed
[conv.general] Remove duplicate cross-reference to [dcl.init]
1 parent a470ff8 commit 1fa4e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@
559559
value. An expression $E$ appearing in such a context is said to be
560560
\defnx{contextually converted to \tcode{bool}}{conversion!contextual to \tcode{bool}} and is well-formed if and only if
561561
the declaration \tcode{\keyword{bool} t($E$);} is well-formed, for some invented temporary
562-
variable \tcode{t}\iref{dcl.init}.
562+
variable \tcode{t}.
563563

564564
\pnum
565565
Certain language constructs require conversion to a value having

0 commit comments

Comments
 (0)