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 c882b57 commit 42ad91eCopy full SHA for 42ad91e
include/swift/Remote/MetadataReader.h
@@ -1521,7 +1521,7 @@ class MetadataReader {
1521
MemoryReader::ReadBytesResult &ptr) {
1522
// Read the full base descriptor if it's bigger than what we have so far.
1523
if (sizeof(DescriptorTy) > sizeof(TargetContextDescriptor<Runtime>)) {
1524
- ptr = Reader->readObj<DescriptorTy>(address);
+ ptr = Reader->template readObj<DescriptorTy>(address);
1525
if (!ptr)
1526
return false;
1527
}
0 commit comments