Skip to content

Commit f212db5

Browse files
committed
[interop][SwiftToCxx] docs, fixup UInt mapping for C++
1 parent a654e66 commit f212db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/CppInteroperability/UserGuide-CallingSwiftFromC++.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Fundamental primitive types have a C++ fundamental type that represents them in
7474
|--- |--- |--- |--- |--- |
7575
|Void (or no return) |void | | | |
7676
|Int |swift::Int |ptrdiff_t |long or long long (windows) |YES |
77-
|UInt |size_t | |unsigned long or unsigned long long (windows) |YES |
77+
|UInt |swift::UInt | size_t |unsigned long or unsigned long long (windows) |YES |
7878
|Float |float | | | |
7979
|Double |double | | | |
8080
| | | | | |

0 commit comments

Comments
 (0)