Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: jarro_2783 on December 13, 2007, 05:13:16 am

Title: code completion doesn't work with "throw"
Post by: jarro_2783 on December 13, 2007, 05:13:16 am
Code completion doesn't identify functions which have a "throw" declaration.

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

Code
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?