Date
2016-02-07.20:24:45
Message id
7977

Content

Proposed resolution:

This wording is relative to N4567.

  1. Change [array.overview] p2 as indicated:

    -2- An array is an aggregate (8.5.1) that can be list-initialized with the syntax

    array<T, N> a = { initializer-list };
    

    where initializer-list is a comma-separated list of up to N elements whose types are convertible to T.