mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[GSB] Make compareDependentTypes() visible to other translation units.
This commit is contained in:
@@ -1744,6 +1744,9 @@ inline bool isErrorResult(GenericSignatureBuilder::ConstraintResult result) {
|
||||
}
|
||||
}
|
||||
|
||||
/// Canonical ordering for dependent types.
|
||||
int compareDependentTypes(Type type1, Type type2);
|
||||
|
||||
} // end namespace swift
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user