From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 1999-08-17 08:44:49


Beman Dawes wrote:

> Some container operations (associative clear() for example) have
> requirements in terms of other container operations.

<MESSAGE CONTENT=obvious>
Even then, clear might be implemented w/o a call to
erase (begin(), end()), for example by resetting all
pointers to zero in a gced environement.
</MESSAGE>

-- 
Valentin Bonnard