Skip to content

Commit 3af7def

Browse files
committed
[dcl.init.general] Add cross-references for mandatory copy elision
1 parent eb4dcbd commit 3af7def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5281,7 +5281,7 @@
52815281
is the same as the destination type,
52825282
the initializer expression is used to initialize the destination object.
52835283
\begin{example}
5284-
\tcode{T x = T(T(T()));} value-initializes \tcode{x}.
5284+
\tcode{T x = T(T(T()));} value-initializes \tcode{x}\iref{basic.lval,expr.type.conv}.
52855285
\end{example}
52865286
\item
52875287
Otherwise, if the initialization is direct-initialization,

0 commit comments

Comments
 (0)