Janice Caron wrote: > My preference would be to have the compiler rewrite > *p += n; > > as > p.opDerefAssign(p.opDeref() + n); Wouldn't "p.opAssign(p.opDeref()+n);" be quite sufficient? regards, frank