This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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]

[Bug libstdc++/62169] map iterators under _GLIBCXX_DEBUG diverge


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62169

--- Comment #3 from M Welinder <terra at gnome dot org> ---
A similar divergence of types occurs between the types

    std::map<int,int>::iterator
    std::multimap<int,int>::iterator


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