This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: std::vector<T>::const_reverse_iterator
- To: Joe Buck <jbuck at synopsys dot COM>
- Subject: Re: std::vector<T>::const_reverse_iterator
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 18 Jul 2001 13:45:24 -0700 (PDT)
- cc: dhoover at acm dot org, libstdc++ at gcc dot gnu dot org
> But shouldn't there be a conversion from T::reverse_iterator to
> T::const_reverse_iterator, which would make this work?
I don't see one in the standard. Do you?