Bug#42769: #ifdef causes the class tree view to show private class

rkoch at rkoch.org rkoch at rkoch.org
Sat May 18 16:34:03 UTC 2002


Package: kdevelop
Version: 2.1 (using KDE 3.0.0 )
Severity: normal
Installed from:    SuSE
Compiler:          gcc version 2.95.3 20010315 (SuSE)
OS:                Linux (i686) release 2.4.18-4GB
OS/Compiler notes: 

The code:

#ifdef LEAK_DETECTION
#define GC_DEBUG
#define SAVE_CALL_CHAIN
#include <gc_cpp.h>
class Network : public gc {
#else
class Network {
#endif // LEAK_DETECTION

causes the tree view to show class Network as a private class of Network. It doesn't appear to see that only one declaration can be active. 

(Submitted via bugs.kde.org)
(Called from KBugReport dialog)





More information about the KDevelop-devel mailing list