stdio line-streaming revisited

Walter Bright newshound1 at digitalmars.com
Thu Mar 29 15:17:47 PDT 2007


Andrei Alexandrescu (See Website For Email) wrote:
> As long as it's not in the language definition, you can't count on it. I 
> think this is a language defect anyhow; I am lobbying Walter to define 
> left-to-right order of evaluation in all cases.

It's problematical to define the order of function argument evaluation, 
because some calling conventions push left-to-right, others right-to-left.

Not impossible, though.



More information about the Digitalmars-d mailing list