Commits

Dmitri Gribenko committed 37f54bcc948
stdlib: make AnyHashable(SwiftValue) unbox the value Previously AnyHashable would consider SwiftValue to be a subclass of NSObject (which it is in practice) and return false when trying to compare an AnyHashable of a SwiftValue box to an AnyHashable of the unboxed value.