Michel Fortin wrote:

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


assert( &i != &j);

-manfred

Reply via email to