Re: VLA is a misnomer (rebuttal to n3187)

2024-09-01 Thread Alejandro Colomar
Hi Martin, On Sun, Sep 01, 2024 at 11:51:10AM GMT, Martin Uecker wrote: > > Alex, > > I am all for making things more consistent, but there is also a cost > to changing stuff too much. length is the established  > term in most programming languages and I would recommend to stick > to it. > >

Re: VLA is a misnomer (rebuttal to n3187)

2024-09-01 Thread Martin Uecker
Alex, I am all for making things more consistent, but there is also a cost to changing stuff too much. length is the established  term in most programming languages and I would recommend to stick to it. Note that it is not true that the standard consistently refers to  char a[3][n] as a VLA