Workaround MSVC more.

This commit is contained in:
Nate Chandler
2022-09-12 07:35:56 -07:00
parent e327848b67
commit f53e88b25b
2 changed files with 47 additions and 61 deletions

View File

@@ -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
};