Commits

Maxwell Swadling committed 56026ee9f10
[stdlib] fixed ambiguous overloads This fixes rdar://problem/19656287. This is a work around while we do not have a way to remove implicit bridging conversions. This means comparing a String and an NSString will use NSString comparison. Swift SVN r24911