File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -648,9 +648,9 @@ struct TargetClassMetadataBounds : TargetMetadataBounds<Runtime> {
648648 // / Return the basic bounds of all Swift class metadata.
649649 // / The immediate members offset will not be meaningful.
650650 static constexpr TargetClassMetadataBounds<Runtime> forSwiftRootClass () {
651- using Metadata = FullMetadata<TargetClassMetadataType<Runtime>>;
652- return forAddressPointAndSize (sizeof (typename Metadata ::HeaderType),
653- sizeof (Metadata ));
651+ using MetadataTy = FullMetadata<TargetClassMetadataType<Runtime>>;
652+ return forAddressPointAndSize (sizeof (typename MetadataTy ::HeaderType),
653+ sizeof (MetadataTy ));
654654 }
655655
656656 // / Return the bounds of a Swift class metadata with the given address
You can’t perform that action at this time.
0 commit comments