Re: <map> erase



"Stephen Howe" <sjhoweATdialDOTpipexDOTcom> wrote in message
news:%23YpNagVyFHA.664@xxxxxxxxxxxxxxxxxxxxxxx
>> Hmm, wait, I don't understand how that is proper. In ++x, the iterator
>> is incremented before being passed to erase. In x++, the iterator is
>> incremented after being passed to erase...
>
> The increments are not supposed to occur after the function call.

Is this documented somewhere?


.