"Bo Persson" <bop@gmb.dk> writes:
| The standard defines pointer and const_pointer, which are then otherwise not
| used by the containers.
|
| Strange!
They are used: pointer/const_pointer is what {const_}iterator::operator->
returns :-)
-- Gaby