Summary: | No code completion on typecasts | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Torben H. Nielsen <torben.nielsen> |
Component: | Code completion | Assignee: | KDevelop Developers <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Torben H. Nielsen
2003-11-07 00:04:33 UTC
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 |