std::vector<T>::const_reverse_iterator

Joe Buck jbuck@synopsys.COM
Wed Jul 18 13:05:00 GMT 2001


Ben writes:
> Right. This operator
> 
> std::vector::const_reverse_iterator != std::vector::reverse_iterator
> 
> Does not exist. Thus, the message.

But shouldn't there be a conversion from T::reverse_iterator to
T::const_reverse_iterator, which would make this work?



More information about the Libstdc++ mailing list