此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
备注
访问此页面需要授权。 可以尝试登录或更改目录。
访问此页面需要授权。 可以尝试更改目录。
'identifier':'const/volatile' 'this' 指针对于构造函数/析构函数是非法的
构造函数或析构函数不能声明为 const 或 volatile。
const
volatile
以下示例生成 C2583:
// C2583.cpp // compile with: /c struct S { S() const {} // C2583 // Try the following line instead: // S() {} };
此页面是否有帮助?