void f(const vector<int>& par) { for(vector<int>::const_iterator it = par.begin(); it != par.end(); it++) { } }