News:

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

Main Menu

small bug in the code completion toolbar

Started by frithjofh, May 10, 2010, 09:28:04 PM

Previous topic - Next topic

frithjofh

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:


void DoSomething() throw();


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

Regards

frithjofh
architect with some spare time  -  c::b compiled from last svn  -   openSuSE leap x86_64  -  AMD FX-4100

ollydbg

Ok, this should be a bug in parserthread, the keyword "throw" is not correctly recognized. I will try to fix it  :D.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.