Commits

Dave Abrahams committed 58f94698c3e
[stdlib] Disallow indexing integer ranges with Int This horrible hack prevents the user from indexing Range<I>, for all integer types I, outside of a generic context. This seems to be the best we can do to prevent confusion given the current language. Addresses <rdar://problem/16363898> Unfortunately, I can't make this work for slicing ranges yet. Swift SVN r19771