All pastes #38463 Raw Edit

Something

public text v1 · immutable
#38463 ·published 2006-01-24 23:44 UTC
rendered paste body
std::vector<int>::iterator i;
		for (i = Rooms.begin(); i < Rooms.end(); ++i) {

/*
binary '=' : no operator found which takes a right-hand operand of type 'std::vector<_Ty>::iterator' (or there is no acceptable conversion)
*/