On Wed, Jun 3, 2009 at 6:08 PM, Sebastian Theophil
<stheophil@think-cell.com> wrote:
> This is simply an uncovered situation, and, IMHO, a very unusual one
> --in support
> of my view I can say I never got a report on this, and the lib's been
> around for
> 4.5 years.
I can't argue against that :-)
>
> On the other hand, erasing inside erase() does work;
What I do is erase() -> ~node() -> erase() and I would guess that
doesn't work for the same reason as before:
If the container has n elements, node deletion goes through the
following states