We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1998af4 commit 8ac9b63Copy full SHA for 8ac9b63
docs/code-quality/c6276.md
@@ -11,7 +11,7 @@ ms.assetid: 88f288da-da81-4d32-ab0f-be9d01a2606a
11
12
> Cast between semantically different string types. Use of an invalid string can lead to undefined behavior.
13
14
-This warning indicates a potentially incorrect cast from a narrow character string (`char_t*`) to a wide character string (`wchar_t *`).
+This warning indicates a potentially incorrect cast from a narrow character string (`char*`) to a wide character string (`wchar_t*`).
15
16
## Remarks
17
0 commit comments