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
Copy file name to clipboardExpand all lines: docs/code-quality/c6030.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,9 +12,9 @@ helpviewer_keywords: ["C6030"]
12
12
13
13
## Remarks
14
14
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 does not 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 is off by default and is not 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 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.
18
18
19
19
This check is available in Visual Studio 2022 version 17.0 and later versions.
0 commit comments