Version: cvs HEAD (using KDE KDE 3.1.3) Installed from: Compiled From Sources it would be nice if the code completion worked on type casts like this one: dynamic_cast<ChildClass*>(parentPointer)->
Still not supported and I don't think it will be, as this would mean we'd have to do runtime-type-checking.
No, it should be enough to simply interpret the cast, it's not our problem if it's wrong. That said, you obviously never should do dynamic_cast<>()->something(), so the example is a bit silly. Still valid for static_cast<> and C-style casts though.
done in kdev4