Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: frithjofh on May 10, 2010, 09:28:04 pm

Title: small bug in the code completion toolbar
Post by: frithjofh on May 10, 2010, 09:28:04 pm
Hi, everybody,

accidentaly I found a small bug in the code completion toolbar: when a function has a exception specification this function does not appear in the drop down list of the toolbar:

Code
void DoSomething() throw();

a function like the one above does not become listed at all.

Regards

frithjofh
Title: Re: small bug in the code completion toolbar
Post by: ollydbg on May 11, 2010, 02:02:38 am
Ok, this should be a bug in parserthread, the keyword "throw" is not correctly recognized. I will try to fix it  :D.