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 dffaa9b + 3a6e170 commit 0e86b6fCopy full SHA for 0e86b6f
include/swift/Reflection/RuntimeInternals.h
@@ -49,8 +49,8 @@ template <typename Runtime> struct MetadataCacheNode {
49
};
50
51
template <typename Runtime> struct ConcurrentHashMap {
52
- typename Runtime::StoredSize ReaderCount;
53
- typename Runtime::StoredSize ElementCount;
+ uint32_t ReaderCount;
+ uint32_t ElementCount;
54
typename Runtime::StoredPointer Elements;
55
typename Runtime::StoredPointer Indices;
56
// We'll ignore the remaining fields for now....
0 commit comments