libstdc++/7186: DR179 for std::deque::iterator and const_iterator
Paolo Carlini
pcarlini@unitus.it
Wed Jul 3 09:36:00 GMT 2002
The following reply was made to PR libstdc++/7186; it has been noted by GNATS.
From: Paolo Carlini <pcarlini@unitus.it>
To: bkoz@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org,
nobody@gcc.gnu.org, paolo@gcc.gnu.org, pcarlini@unitus.it,
gcc-gnats@gcc.gnu.org
Cc:
Subject: Re: libstdc++/7186: DR179 for std::deque::iterator and const_iterator
Date: Wed, 03 Jul 2002 18:28:58 +0200
bkoz@gcc.gnu.org wrote:
> 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.
> 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.
Paolo.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7186
More information about the Gcc-prs
mailing list