News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

code completion doesn't work with "throw"

Started by jarro_2783, December 13, 2007, 05:13:16 AM

Previous topic - Next topic

jarro_2783

Code completion doesn't identify functions which have a "throw" declaration.

Here is a minimal test file which causes the problem to occur.


void bar() {
}

void foo() throw() {
}


bar appears in the code completion drop down box but foo doesn't.
Should I file a bug report for this?