Emacs Semantic/ECB namespace-struct C++ confusion
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.
It's better to take CEDET from CVS. as i remember were some fixes for such cases
精彩评论