You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The section [dcl.init.aggr] uses the phrases "empty initializer list" and "empty initializer-list" (paragraphs 5.2, 5.5, 9, and the footnote in paragraph 9). It may be in another places, too. I believe the phrase is nonsensical, since initializer-list as defined by the grammar in paragraph 1 of [dcl.init] can be never empty. Also, the paragraph 9 of [dcl.init.aggr] talks about
[...] empty initializer list {} [...]
I guess that it should talk about braced-init-list, not about initializer-list.