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]

Re: libstdc++/7186: DR179 for std::deque::iterator and const_iterator


> >    Is there a survey of existing practice for this issue?
> >
> Agreed, I'm going to take care of this, surveying the existing
> practice of 3 or 4 implementations I have access too.

Great.

> > Can all but the reverse_iterator bits go in now, since that will
> > have ABI-impacting effects?
> >
> Well, as I mentioned in the PR, decoupling the reverse_iterator case 
> from the "normal" iterator case seems difficult for the special 
> std::deque::iterator and const_iterator case (it isn't for 
> __normal_iterator, used by the other standard containers). Again, I
> will do my best in the next weeks.

Hmm. 

Thanks for looking into this.

-benjamin


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