Because I\'ve overloaded the operator++ for an iterator class
operator++
template typename list::iterator& list::it
Postfix has an int argument in the signature.
Class& operator++(); //Prefix Class operator++(int); //Postfix