Skip to content
Commit 5a13d8dc authored by Howard Hinnant's avatar Howard Hinnant
Browse files

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
parent e97978f9
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment