Kdevelop: bug report - class member becomes method in CV tree view
John Schavemaker
Schavemaker at fel.tno.nl
Thu May 25 12:05:59 BST 2000
BUG (not critical):
When I enter the following class, the class member 'data' is not shown
in the CV tree view.
It becomes class -method- '*(N)' instead. I think it is parsed as an
operator because of the
construction with * and ( ).
#define N 1
class test {
public:
test();
~test();
public: // Public attributes
/** */
int data[2*(N+1)];
};
WORKAROUND:
DEFINE M (N+1)
...
int data[2*M];
...
WISHES:
* integration with vi(m) editor
regards,
John Schavemaker
--
dr. J.G.M. Schavemaker
Electro-Optical Systems, TNO Physics and Electronics Laboratory
P.O. Box 96864 NL-2509 JG The Hague, The Netherlands
Phone: +31 70 374 0860 Fax: +31 70 374 0654 Email:
Schavemaker at fel.tno.nl
More information about the KDevelop
mailing list