Bug 277009 - Member function implementation ignores "throw" qualifier
Summary: Member function implementation ignores "throw" qualifier
Status: RESOLVED DUPLICATE of bug 188180
Alias: None
Product: kdevelop
Classification: Applications
Component: Code completion (show other bugs)
Version: 4.2.3
Platform: Gentoo Packages Linux
: HI normal
Target Milestone: 4.2.3
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-03 14:58 UTC by Barade
Modified: 2013-02-04 17:34 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Barade 2011-07-03 14:58:03 UTC
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
Comment 1 Milian Wolff 2011-07-04 15:50:15 UTC
confirmed
Comment 2 Rolf Eike Beer 2013-02-04 17:34:39 UTC

*** This bug has been marked as a duplicate of bug 188180 ***