Skip to content

Commit 25aa6a5

Browse files
committed
[support.initlist] Don't claim that std::initializer_list is a type; it's a
class template. Fixes #280.
1 parent 3ac8fd5 commit 25aa6a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/support.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3097,7 +3097,8 @@
30973097
\indextext{\idxhdr{initializer\_list}}%
30983098
\indexlibrary{\idxhdr{initializer_list}}%
30993099
\pnum
3100-
The header \tcode{<initializer_list>} defines one type.
3100+
The header \tcode{<initializer_list>} defines a class template and several
3101+
support functions related to list-initialization~(see \ref{dcl.init.list}).
31013102

31023103
\synopsis{Header \tcode{<initializer_list>} synopsis}
31033104

0 commit comments

Comments
 (0)