File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3729
3729
\indextext {initialization!list-initialization|(}
3730
3730
3731
3731
\pnum
3732
- \grammarterm {List-initialization} is initialization of an object or reference from a
3732
+ \defnx {List-initialization}{list -initialization} is initialization of an object or reference from a
3733
3733
\grammarterm {braced-init-list}. Such an initializer is called an \term {initializer
3734
3734
list}, and the comma-separated \grammarterm {initializer-clause}{s} of the list are
3735
3735
called the \term {elements} of the initializer list. An initializer list may be empty.
3766
3766
\end {example } \end {note }
3767
3767
3768
3768
\pnum
3769
- A constructor is an \grammarterm {initializer-list constructor} if its first parameter is
3769
+ A constructor is an \defn {initializer-list constructor} if its first parameter is
3770
3770
of type \tcode {std::initializer_list<E>} or reference to possibly cv-qualified
3771
3771
\tcode {std::initializer_list<E>} for some type \tcode {E}, and either there are no other
3772
3772
parameters or else all other parameters have default arguments (\ref {dcl.fct.default }).
You can’t perform that action at this time.
0 commit comments