hi
I'm trying to setup ECB to work with C++ sources.
seemingly, semantic or ECB has problem determining whenever a function declarant with explicit namespace, namespace:: function
, is really in the namespace. instead it parses it as struct member function.
Moreover, typedef is parsed as function prototypes.
What should I do to fix it? I am using cedet 1 .06pre and ECB 2.40
Thank you