开发者

Emacs Semantic/ECB namespace-struct C++ confusion

开发者 https://www.devze.com 2022-12-19 23:01 出处:网络
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 nam

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

0

精彩评论

暂无评论...
验证码 换一张
取 消