You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This warning suggests using the C++11 standard attribute `[[noreturn]]` in place of the declspec variant `__declspec(noreturn)`. The standard attribute provides better crossplatform support because it doesn't rely on language extensions.
15
+
This warning suggests using the C++11 standard attribute `[[noreturn]]` in place of the declspec variant `__declspec(noreturn)`. The standard attribute provides better cross-platform support because it doesn't rely on language extensions.
16
16
17
-
This warning helps with code modernization. It's off by default and isn't part of the `All Rules` rule set. To enable this warning, it must be added to the rule set file being used.
17
+
This warning is off by default and isn't part of the `All Rules` rule set. To enable this warning, it must be added to the rule set file being used.
18
18
19
19
This check is available in Visual Studio 2022 version 17.0 and later versions.
0 commit comments