Reginald Stadlbauer wrote: >>> back to C-casts now (would be lots of work :-(( ) >> errm, if const_casts would work, why don't use them? they're faster! >> :) > Who says const_casts would work. errm, I was writing bullshit. s/const_casts/static_casts/ > ( (AClass*)aPtr )->soSomething(). that's exactly equivalent to static_cast(aPtr)->doSomething() -- Dirk A. Mueller