Commits

Graham Batty committed 99a954fc7b8
Define iterator traits for StringSetIterator. On gnu libc++ std::find (used on this iterator in DependencyGraphTests.cpp:268) needs iterator traits to be properly defined. This defines them for this iterator so it compiles correctly. Swift SVN r24478