Kdevelop 1.0 beta4/4.1 bug - declarations in namespaces
Daniel Karlsson
daniel.k at bigfoot.com
Mon Nov 1 17:29:32 GMT 1999
Hi,
I've experienced problems with namespaces and declarations. It seems
that whenever I declare a namespace in which there are no definitions,
Kdevelop hangs indefinitely stating that it's "Scanning project
files...". This did not happen in beta3. Some examples:
// This works
namespace foo {
class bar {};
}
// This hangs
namespace foo {
int foobar();
}
It's sufficient with just one definition, after which anything goes,
as in:
// This works
namespace foo {
// foo::bar definition
class bar {};
// Anything goes
int foobar();
}
Problem with the new classparser perhaps?
/Daniel Karlsson
More information about the KDevelop
mailing list