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++/63500] [4.9/5 Regression] bug in debug version of std::make_move_iterator?


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

--- Comment #5 from FranÃois Dumont <fdumont at gcc dot gnu.org> ---
I never understood why safe iterators operators are not simply calling
respective operator on the underlying iterator. All operators are respecting
this rule except the operator->. So I will try to use this rule and see if it
fixes this issue.

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