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

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


Hi,

On 12/10/2012 05:18 PM, Pedro Larroy wrote:
>      bool operator==(itor right) const
>      {
>         return m_t::iterator::operator==(right);
This doesn't exist, and AFAICS there is nothing wrong with that.

Paolo.



More information about the Libstdc++ mailing list