"bearophile" <bearophileh...@lycos.com> wrote in message 
news:hfdt87$1nu...@digitalmars.com...
> There's a large number of changes!
> I don't understand what "No more comma operators allowed between [ ]." 
> means.
>

I assume that means:

int[1,2,3] foo; // <- formerly created an int[3], now (presumably) 
disallowed 


Reply via email to