--- Additional Comments From ron at vaniwaarden dot org 2004-10-28 16:54 ---
(In reply to comment #0)
Problem does not occur with g++ 3.2.2 or 3.4.1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18203
after exiting
while printing error message
Product: gcc
Version: 3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ron at vaniw
after exiting
while printing error message
Product: gcc
Version: 3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: ron at vaniw
--- Additional Comments From ron at vaniwaarden dot org 2004-10-20 16:45 ---
(In reply to comment #1)
> Could you please have a look to libstdc++/13537? IMO, wither we should reopen
> that one or close both ;) Thanks.
Quoting from Sean Kirby in that discussion:
>> 23.
I had to implement a new deque myself (had to have special behaviour for
modifications) and could not come up with a way to do the summarized operations
in O(1). I then looked at the deque in g++ and saw it had, basically, the same
algorithm I had come up with.
I don't know if there is an impleme