[cfe-dev] [libc++] Comparing vector<T*>::iterator to vector<T*>::const_iterator&

Ryuta Suzuki ryuuta at gmail.com
Sat Jul 23 06:05:01 PDT 2011


Hi David,

Thanks for the info. I filed the bug report.

Regards,

Ryuta

On Sat, Jul 23, 2011 at 3:41 PM, David Blaikie <dblaikie at gmail.com> wrote:

> > My expectation was that libc++ silently convert iterator to
> const_iterator
> > if necessary, but I guess I'm wrong.
> > Any comments will be greatly appreciated.
>
> Looks like you're right to expect that, by my reading: 23.2.1\4, Table
> 96, row 3:
>
> Expression: X::iterator
> ...
> Assertion/note pre-/post-condition: .... convertible to X::const_iterator.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110723/8cbf66ce/attachment.html>


More information about the cfe-dev mailing list