Commits

Michael Gottesman committed 315b9c40b6e
Add comment and self documentation of the requirements for sortUnique. Specifically: 1. Use std::enable_if to enforce that the passed in collection's iterator is a random access iterator. 2. Add comment that explains that the container must have an erase method that can remove a range of items specified by a random access iterator. Swift SVN r25015