[D1][expressions] Order Of Evaluation

%u e at ee.com
Fri Oct 8 07:49:36 PDT 2010


/The following binary expressions are evaluated in an implementation-defined
order:
AssignExpression/../AddExpression/

/It is an error to depend on order of evaluation when it is not specified./

That makes this an error!?

y = x + 1;

Am I being paranoid or should I be adding more brackets?


More information about the Digitalmars-d-learn mailing list