So if I\'m writing
list temp; temp.push_front(3); list::iterator it=temp.begin(); temp.push_front(5); temp.erase(it);
I