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.
1 parent 25280cb commit 9acd244Copy full SHA for 9acd244
stdlib/public/runtime/MetadataCache.h
@@ -591,7 +591,7 @@ class MetadataCacheKey {
591
const void *const *data, uint32_t hash)
592
: Data(data), Layout(layout), Hash(hash) {}
593
594
- bool operator==(MetadataCacheKey rhs) const {
+ bool operator==(const MetadataCacheKey &rhs) const {
595
// Compare the hashes.
596
if (hash() != rhs.hash()) return false;
597
0 commit comments