News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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?