Skip to main content

CXX5596

不得使用goto或switch语句将控制权转移到try或catch块中

依据

如果使用 gotoswitch 语句将控制权转移到 trycatch 块中,则程序非良构;然而,对于这种情况,并非所有编译器都会发出诊断信息。

登录查看完整文章