On 01/25/2013 05:30 PM, Florian Klämpfl wrote: > The idea of iterators is actually to replace and get rid of indicies > because they e.g. fail as soon as the iterated container is changed > during iteration. To do so, the iterator needs to be notified when an element is added or deleted. Is this always given with iterators as defined here ? -Michael