operator== missing on std::__debug::map<>::iterator

Paolo Carlini paolo.carlini@oracle.com
Mon Dec 10 16:51:00 GMT 2012


On 12/10/2012 05:47 PM, Marc Glisse wrote:
> If anything, it could be removed from the non-debug mode. If you want 
> to call == on the base type, then cast the arguments to the base type 
> and just call ==
Right, I don't see why not, the implementation would be a tad simpler 
and still conforming, and no worse (AFAICS) from the QoI point of view. 
Let's remember to do that for 4.9...

Thanks!
Paolo.



More information about the Libstdc++ mailing list