Proposed resolution:
This wording is relative to N4567.
Change [array.overview] p2 as indicated:
-2- An array is an aggregate (8.5.1) that can be list-initialized with
the syntaxarray<T, N> a = { initializer-list };
where initializer-list is a comma-separated list ofup to N elements whose types are convertible to T.