Hello
Joaquín,
Ovanes Markarian <om_boost <at> keywallet.com> writes:
>
> Hello Joaquín,
Hi Ovanes,
[...]
If you really need to call erase(iterator) with iterators from
another container, the solution would be to refactor your code
so as to store pair(iterator,container&)s rather than iterators
and do the check before actually executing erase().