We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a654e66 commit f212db5Copy full SHA for f212db5
docs/CppInteroperability/UserGuide-CallingSwiftFromC++.md
@@ -74,7 +74,7 @@ Fundamental primitive types have a C++ fundamental type that represents them in
74
|--- |--- |--- |--- |--- |
75
|Void (or no return) |void | | | |
76
|Int |swift::Int |ptrdiff_t |long or long long (windows) |YES |
77
-|UInt |size_t | |unsigned long or unsigned long long (windows) |YES |
+|UInt |swift::UInt | size_t |unsigned long or unsigned long long (windows) |YES |
78
|Float |float | | | |
79
|Double |double | | | |
80
| | | | | |
0 commit comments