http://bugzilla.gdcproject.org/show_bug.cgi?id=8
--- Comment #12 from Andrei Alexandrescu <and...@erdani.com> 2014-02-13 18:15:27 GMT --- Yes, I agree all parameters should be evaluated LTR. In fact LTR is more general than that - in an assignment e1 = e2, e1 should be evaluated first. Also in a computed function call expr1(expr2), expr1 should be evaluated first. -- Configure bugmail: http://bugzilla.gdcproject.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.