source insight c++ namespace 无法跳转解决方法

it2022-05-09  23

source insight c++ namespace 无法跳转解决方法

2016年02月15日 11:47:35 暗小夜 阅读数:4460  

 

勾选igore namespace declarations

参数解释如下:

Special Language Options

When you click the Special button in the Preferences: Languages dialog box, the Special Language Options dialog box appears. This dialog box controls special options for built-in languages.

C/C++ Options

Ignore namespace declarations

If checked, then namespace declarations are simply ignored in C++ code. All symbols declared within the namespaces are considered at the file scope, as though you did not write the namespace declaration.

If not checked (the default), then symbols declared within namespaces are considered in the namespace scope.

转载于:https://www.cnblogs.com/liushuhe1990/p/10401891.html

相关资源:数据结构—成绩单生成器

最新回复(0)