mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Change 'getLogicValue()' into a property 'boolValue'; change
'getArrayBoundValue()' into a property 'arrayBoundValue'. rdar://17156123 Swift SVN r20304
This commit is contained in:
@@ -654,7 +654,7 @@ public func lexicographicalCompare<
|
||||
}
|
||||
return false
|
||||
}
|
||||
return e2_.getLogicValue()
|
||||
return e2_.boolValue
|
||||
}
|
||||
}
|
||||
|
||||
@@ -685,7 +685,7 @@ public func lexicographicalCompare<
|
||||
}
|
||||
return false
|
||||
}
|
||||
return e2_.getLogicValue()
|
||||
return e2_.boolValue
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user