On Mon, Apr 26, 2021 at 9:53 AM Ville Voutilainen <ville.voutilainen@gmail.com> wrote:
On Mon, 26 Apr 2021 at 16:23, will wray via Liaison <liaison@lists.isocpp.org> wrote:

> The sentence that Martin highlighted, and it's updated version,
> appear to show a lack of knowledge of C array fundamentals.

I'm not sure why that matters. C++ array-ish types are very different
from C arrays, leaving C arrays the odd and irregular corner case.

How are they "very different"? Should they be?

As Jens M. said
So far, C++ has shied away from adding more power and beauty
to C-style built-in arrays

Why leave C array irregular, forever odd?
It is easy to make array more regular (c.f. P1997).
That's the better use of committee time.
C array is a rough cut gem with sharp edges that cut.
Let's polish a beautiful, pure, elemental aggregate.

It matters because C array matters, and not just to C.
And not just to the 'numerical matrix' few who need multi-index.
Lack of safe buffer handling causes continued pain and damage,
to the detriment of C and C++ reputation.