This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Hi

I'm trying to compile with -D_GLIBCXX_DEBUG  and I get an error which
doesn't happen without the previous macro

There's an implementation of iterator inheriting privately from
std::__debug::map<......>::iterator and calling for operator==
operator== in the 'std::__debug::map<......>::iterator

I get the following error:

error: 'operator==' is not a member of 'std::__debug::map<......>::iterator


Is operator== missing intentionally from the iterator class?

Regards.

Pedro.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]