Commits

Dave Abrahams committed e18d8b02ba0
[stdlib] filter(x) never creates a Collection It's both more rigorously correct and should prevent surprise when constructing an Array from a filtered sequence. See the comments in-code for details. Swift SVN r19304