News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

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?