Emacs 语义/ECB 命名空间结构 C++困惑
我正在尝试设置 ECB 以使用 C++ 源。 看起来,语义或 ECB 在确定具有显式命名空间 namespace:: function
的函数声明确实位于命名空间中时存在问题。相反,它将其解析为结构成员函数。
此外,typedef 被解析为函数原型。
我应该做什么来修复它?我正在使用 cedet 1 .06pre 和 ECB 2.40。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好从 CVS 获取 CEDET。我记得有一些针对此类情况的修复
It's better to take CEDET from CVS. as i remember were some fixes for such cases