Attached is my proposal to resolve ambiguities in comma-separated
for-loop initializers, per our con-call discussion yesterday.
No change in BNF or in intent, just adding some clarifying text
at the end of 8.5.2
Nikhil
for (x = 0, int y = 0; ...)
...
for (int i = 0, j = i+offset; i < N; i++,j++)
...
This archive was generated by hypermail 2.1.8 : Tue Mar 16 2004 - 10:17:00 PST