We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在C++ 17标准中,允许将多个声明符在一条 using 声明中引入到当前作用域,多个声明符之间使用逗号 ',' 隔开
然而,在这种用法下,只有最后一个声明符会出现在编辑器的提示中
下面是对应的测试代码:
当使用 using 声明符列表时,只有最后一个声明符会出现在编辑器提示中.zip
The text was updated successfully, but these errors were encountered:
- enhancement: Issue #196 Support C++ using alias in syntax highlight…
c742a8b
…ing/code completion/function tips.
已修正
Sorry, something went wrong.
经测试,在 2.27.2390 版本的 小熊猫C++ 中,这个 C++17 标准引入的特性未被编辑器的补全提示支持
No branches or pull requests
在C++ 17标准中,允许将多个声明符在一条 using 声明中引入到当前作用域,多个声明符之间使用逗号 ',' 隔开
然而,在这种用法下,只有最后一个声明符会出现在编辑器的提示中
下面是对应的测试代码:
当使用 using 声明符列表时,只有最后一个声明符会出现在编辑器提示中.zip
The text was updated successfully, but these errors were encountered: