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 4fac9f9 commit 00650b8Copy full SHA for 00650b8
source/declarations.tex
@@ -5787,7 +5787,7 @@
5787
\item Otherwise, if the initializer list has no elements and \tcode{T} is a class type with a
5788
default constructor, the object is value-initialized.
5789
5790
-\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},
5791
the object is constructed as described below.
5792
5793
\item Otherwise, if \tcode{T} is a class type, constructors are considered.
0 commit comments