* Bug?
@ 2001-03-01 13:45 Kirill Lapshin
0 siblings, 0 replies; only message in thread
From: Kirill Lapshin @ 2001-03-01 13:45 UTC (permalink / raw)
To: sourcenav
Hello,
I recently downloaded SourceNav, and from first glance it is the thing I'm
really need in my C++ project! However, I found following problem: if class
declaration present inside namespace, and definition outside (with scope
resolution of course) then SourceNav just ignores this class. Unfortunetly
throughout our project this notation is widely used, so I just can't use your
lovely program. Here is an example:
===== test.cpp =====
namespace N
{
class A;
}
class N::A
{
};
namespace M
{
class B
{
};
}
======================
In this test SourceNav found only one class -- B, and it have no idea that A is
also present.
Sorry if it's a FAQ, and this problem could be easily solved somehow, but I
didn't found any way to set preferences for parser, except adding macros, which
wont help in my case.
Best regards,
______________
Kirill Lapshin
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-03-01 13:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-01 13:45 Bug? Kirill Lapshin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).