#include #include int main () { std::vector v (1, 2); std::vector::iterator it(v.begin()); return 0; }