From kde-core-devel Mon Nov 01 22:06:36 1999 From: "Dirk A. Mueller" Date: Mon, 01 Nov 1999 22:06:36 +0000 To: kde-core-devel Subject: Re: KPresenter X-MARC-Message: https://marc.info/?l=kde-core-devel&m=94149838831804 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