After another question about iterators I\'m having some doubts about custom containers. In my container, iterator is a subclass of const_iterator,
iterator
const_iterator
Think about a case which will require you to modify the iterator's members.