[cfe-dev] Patch for VS: operator < for RopeIterator

Chris Lattner clattner at apple.com
Thu Nov 8 14:13:48 PST 2007


On Nov 8, 2007, at 1:34 PM, Cédric Venet wrote:

> Hi,
>
> The checked STL of VS won't compile the rewritetest if the iterator  
> hasn't
> an operator < (it check the begin iterator is preceding the end).  
> Just a
> small patch for adding it.
>
> (the ropeiterator don't comply to the RandomIterator concept, even if
> declared so. I suppose it is just a fast hack, fleshed out as needed)

Ah, I just switched ropeiterator from random access to  
bidirectional.  Can you see if that helps?

-Chris



More information about the cfe-dev mailing list