此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
备注
访问此页面需要授权。 可以尝试登录或更改目录。
访问此页面需要授权。 可以尝试更改目录。
使用过时:引用的限定符已忽略
将 const 或 volatile 之类的限定符与 C++ 引用一起使用是一种过时的做法。
const
volatile
以下示例生成 C4227:
// C4227.cpp // compile with: /W1 /c int j = 0; int &const i = j; // C4227
此页面是否有帮助?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?