On 5/25/15 1:00 AM, Jonathan M Davis wrote:
foo(++i, ++i);
More complete example: table[++i] = objTable[++i].funcTable[++i](++i, ++i); should be well defined and evaluate left to right. Andrei
Andrei Alexandrescu via Digitalmars-d Mon, 25 May 2015 09:46:18 -0700
On 5/25/15 1:00 AM, Jonathan M Davis wrote:
foo(++i, ++i);
More complete example: table[++i] = objTable[++i].funcTable[++i](++i, ++i); should be well defined and evaluate left to right. Andrei