Skip to content

Commit 552679d

Browse files
committed
[dcl.init.general] Add cross-reference for mandatory copy elision
1 parent eb4dcbd commit 552679d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)