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.
2 parents 2ec23ae + 5bde0c9 commit 1f93fb3Copy full SHA for 1f93fb3
include/swift/ABI/ValueWitnessTable.h
@@ -119,8 +119,8 @@ class TargetValueWitnessTypes {
119
120
// Handle the data witnesses explicitly so we can use more specific
121
// types for the flags enums.
122
- typedef size_t size;
123
- typedef size_t stride;
+ typedef typename Runtime::StoredSize size;
+ typedef typename Runtime::StoredSize stride;
124
typedef TargetValueWitnessFlags<typename Runtime::StoredSize> flags;
125
typedef uint32_t extraInhabitantCount;
126
};
0 commit comments