"bearophile" <[email protected]> wrote in message news:[email protected]... > 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
