| Summary: | Member function implementation ignores "throw" qualifier | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Barade <barade.barade> |
| Component: | Code completion | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | kde |
| Priority: | HI | ||
| Version First Reported In: | 4.2.3 | ||
| Target Milestone: | 4.2.3 | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
confirmed *** This bug has been marked as a duplicate of bug 188180 *** |
Version: 4.2.3 (using KDE 4.6.4) OS: Linux When using code completion and auto implementation of member functions "throw" is ignored by KDevelop: class Bla { int test() throw (std::exception); }; Reproducible: Always Steps to Reproduce: Declare member function with throw qualifier (e. g. pure virtual one) and implement it in the derived class. Expected Results: It should complete the "throw" qualifier as well. OS: Linux (i686) release 2.6.36-gentoo-r8 Compiler: i686-pc-linux-gnu-gcc