Author Topic: code completion doesn't work with "throw"  (Read 3217 times)

Offline jarro_2783

  • Multiple posting newcomer
  • *
  • Posts: 99
    • Project Freedom
code completion doesn't work with "throw"
« 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?