Commits

Dave Abrahams committed b05f2528f55
[stdlib] Drop redundant factory func requirement All the integers already have an init() that will narrow from Max[U]Int. This change is consistent with our general move from factories to initializers. Swift SVN r21988