From: John E. Potter (jpotter_at_[hidden])
Date: 2001-07-11 13:39:36


On Wed, 11 Jul 2001, David Abrahams wrote:

> Just for additional motivation, part of the reason for a stable container
> adaptor is to allow people to make associative containers based on sorted
> vectors, whose elements have pointer, reference, and iterator stability just
> like the standard associative containers do.

Stable pointer and reference, yes. Stable iterator, I don't see it.

John