Skip to content

Commit bbac8a9

Browse files
authored
[dcl.init.list] Eliminate "specialization of initializer_list<X>" (#6258)
1 parent 2f23560 commit bbac8a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5984,7 +5984,7 @@
59845984
\item Otherwise, if the initializer list has no elements and \tcode{T} is a class type with a
59855985
default constructor, the object is value-initialized.
59865986

5987-
\item Otherwise, if \tcode{T} is a specialization of \tcode{std::initializer_list<E>},
5987+
\item Otherwise, if \tcode{T} is a specialization of \tcode{std::initializer_list},
59885988
the object is constructed as described below.
59895989

59905990
\item Otherwise, if \tcode{T} is a class type, constructors are considered.

0 commit comments

Comments
 (0)