We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4dcbd commit 552679dCopy full SHA for 552679d
source/declarations.tex
@@ -5281,7 +5281,7 @@
5281
is the same as the destination type,
5282
the initializer expression is used to initialize the destination object.
5283
\begin{example}
5284
-\tcode{T x = T(T(T()));} value-initializes \tcode{x}.
+\tcode{T x = T(T(T()));} value-initializes \tcode{x}\iref{basic.lval,expr.type.conv}.
5285
\end{example}
5286
\item
5287
Otherwise, if the initialization is direct-initialization,
0 commit comments