Commits

Dmitri Gribenko committed f1ec334fe54
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.