We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a71fe9 commit c9301e1Copy full SHA for c9301e1
1 file changed
mdoc/Mono.Documentation/Updater/Formatters/CppFormatters/CppWinRtFullMemberFormatter.cs
@@ -64,7 +64,7 @@ protected override string GetCppType(string t)
64
case "System.Single": typeToCompare = "float"; break;
65
case "System.Double": typeToCompare = "double"; break;
66
case "System.Boolean": typeToCompare = "bool"; break;
67
- case "System.Char": typeToCompare = "char"; break;
+ case "System.Char": typeToCompare = "char16_t"; break;
68
case "System.Void": typeToCompare = "void"; break;
69
70
//API specific type is "winrt::hstring"; but c++ in built type is better variant
0 commit comments