We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e026f5 commit b37a8ceCopy full SHA for b37a8ce
source/declarations.tex
@@ -5882,7 +5882,7 @@
5882
the program is ill-formed.
5883
5884
\pnum
5885
-List-initialization of an object or reference of type \tcode{T} is defined as follows:
+List-initialization of an object or reference of type \cvqual{cv} \tcode{T} is defined as follows:
5886
\begin{itemize}
5887
\item
5888
If the \grammarterm{braced-init-list}
@@ -5905,7 +5905,7 @@
5905
\end{example}
5906
5907
\item If \tcode{T} is an aggregate class and the initializer list has a single element
5908
-of type \cvqual{cv} \tcode{U},
+of type \cvqual{cv1} \tcode{U},
5909
where \tcode{U} is \tcode{T} or a class derived from \tcode{T},
5910
the object is initialized from that element (by copy-initialization for
5911
copy-list-initialization, or by direct-initialization for
0 commit comments