User forums > General (but related to Code::Blocks)

code completion doesn't work with "throw"

(1/1)

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.


--- Code: ---void bar() {
}

void foo() throw() {
}

--- End code ---

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

Navigation

[0] Message Index

Go to full version