Denton Cockburn wrote: > Yep, that did the trick. > > IIRC, the const in front means const(this) > and apparently const at the end means that too, now. Foo opMul(const Foo [b]) const { // also ok ... } --bb