This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: operator== missing on std::__debug::map<>::iterator
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.