Tighten up the iterator requirements for the vector member templates. This is...
Tighten up the iterator requirements for the vector member templates. This is especially important for the constructors so that is_constructible<vector<T>, I, I> gives the right answer when T can not be constructed from *I. Test case included for this latter point. llvm-svn: 178075
Loading
Please register or sign in to comment