assignment: left-to-right or right-to-left evaluation?

Manfred Nowak svv1999 at hotmail.com
Mon May 11 05:20:07 PDT 2009


Michel Fortin wrote:

>           arra[i++] = arrb[j]; // how can the compiler issue an
>           error for this? 


assert( &i != &j);

-manfred




More information about the Digitalmars-d mailing list