Commits
Dmitri Hrybenko committed 86cc0b937f9
stdlib/FloatingPoint: make Float and Double real struct names, and Float32 and Float64 typealiases This works around a defect in the type checker, where it loses sugar from FloatLiteralType while performing type inference for more complex expressions involving floating point types. rdar://16770279 Swift SVN r17241