[PATCH] Fix PR libstdc++/13462 std::set's pointer is not right

Gabriel Dos Reis gdr@integrable-solutions.net
Tue Dec 23 02:14:00 GMT 2003


"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



More information about the Libstdc++ mailing list