在从Visual Studio 2005到Visual Studio 2008的过渡中,我开始为我的(托管)c ++项目收到此错误:
warning D9035 : option 'clr:oldsyntax' has been deprecated and will be removed in a future release.
Run Code Online (Sandbox Code Playgroud)
如何从旧语法转换为新语法?
有人知道旧语法何时变得过时并且不能再使用了?
编辑:(补充问题)
是否有任何机会自动进行此转换?