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 2f23560 commit bbac8a9Copy full SHA for bbac8a9
source/declarations.tex
@@ -5984,7 +5984,7 @@
5984
\item Otherwise, if the initializer list has no elements and \tcode{T} is a class type with a
5985
default constructor, the object is value-initialized.
5986
5987
-\item Otherwise, if \tcode{T} is a specialization of \tcode{std::initializer_list<E>},
+\item Otherwise, if \tcode{T} is a specialization of \tcode{std::initializer_list},
5988
the object is constructed as described below.
5989
5990
\item Otherwise, if \tcode{T} is a class type, constructors are considered.
0 commit comments