diff --git a/source/declarations.tex b/source/declarations.tex index ffd9809b11..546e391e95 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -5509,7 +5509,7 @@ named\iref{dcl.spec.auto} --- the program is ill-formed. \pnum -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: \begin{itemize} \item If the \grammarterm{braced-init-list} @@ -5531,7 +5531,7 @@ \end{example} \item If \tcode{T} is an aggregate class and the initializer list has a single element -of type \cvqual{cv} \tcode{U}, +of type \cvqual{cv1} \tcode{U}, where \tcode{U} is \tcode{T} or a class derived from \tcode{T}, the object is initialized from that element (by copy-initialization for copy-list-initialization, or by direct-initialization for