This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: deque fails to meet 23.2.1.3.4-5 causing invalid iterators and extra assignments
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Steve LoBasso <slobasso at yahoo dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sat, 27 Jan 2007 05:04:35 +0100
- Subject: Re: deque fails to meet 23.2.1.3.4-5 causing invalid iterators and extra assignments
- References: <20070126220503.48740.qmail@web51504.mail.yahoo.com>
Steve LoBasso wrote:
BTW I believe this problem also exists in the single parameter version of erase.
erase(iterator)
Please provide a detailed analysis, possibly a testcase: of course, when
I fixed the other overload I suspected that, but I failed to find values
of size() and __position leading to similar problems.
Thanks,
Paolo.