BUG in classparser

Tobias Erbsland drzoom at profzone.ch
Wed Jan 26 09:32:36 GMT 2000


The classparser of the latest release (1.1beta) can't parse pointer to
memberfunctions correct. Here is an example:

bool poa::execPlugin( Plugin::ps_e (Plugin::*fp)(void), Plugin::pa_e pa,
const string &name )
{
  // (...)
  status = ((*i)->*fp)();
  // (...)
  return true;
}

You can download a version of "anteater" to see problems with "pointer to
memberfunctions" and "namespaces". (www.profzone.ch/anteater/)

I hope someone find this bug in the classparser.

Bye
Tobias






More information about the KDevelop mailing list