mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Workaround MSVC more.
This commit is contained in:
@@ -1254,10 +1254,10 @@ private:
|
||||
visitAggregateLeaves(Lowering::AbstractionPattern origType, Type substType,
|
||||
TypeExpansionContext context,
|
||||
std::function<bool(Type, Lowering::AbstractionPattern,
|
||||
TaggedUnion<ValueDecl *, unsigned>)>
|
||||
ValueDecl *, Optional<unsigned>)>
|
||||
isLeafAggregate,
|
||||
std::function<bool(Type, Lowering::AbstractionPattern,
|
||||
TaggedUnion<ValueDecl *, unsigned>)>
|
||||
ValueDecl *, Optional<unsigned>)>
|
||||
visit);
|
||||
#endif
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user