Date
2016-01-30.00:00:00
Message id
7946

Content

Similar to core issue 1270's resolution, [array.overview]/2 should cover aggregate-initialization in general. As it stands, that paragraph solely mentions copy-list-initialization — i.e. it is unclear whether the following notation is (guaranteed to be) well-formed:

std::array<int, 1> arr{0};