Opened 18 years ago

Last modified 15 years ago

#37 closed defect (fixed)

const/non-const iterator mismatch in SegmentNodeList.cpp file

Reported by: mloskot Owned by: strk@…
Priority: major Milestone:
Component: Core Version: main
Severity: Content Keywords: imported, phpbugtracker
Cc:

Description (last modified by mloskot)

In body of ostream operator, SegmentNodeList is passed by const reference, so const iterators should be retrived instead of non-const.

Fixed in patch attached

Attachments (1)

segmentnodelist-iterators-mloskot-20060228.3.patch (742 bytes ) - added by mateusz@… 18 years ago.
Patch created with command cvs diff -Nua <file>

Download all attachments as: .zip

Change History (4)

by mateusz@…, 18 years ago

Patch created with command cvs diff -Nua <file>

comment:1 by strk@…, 18 years ago

Resolution: nonefixed

comment:2 by mloskot, 16 years ago

Description: modified (diff)
Milestone: imported3.0.0
Priority: 1major
Reporter: changed from mateusz@… to mloskot
Severity: SignificantContent
Version: 3.0.0svn-trunk

comment:3 by (none), 15 years ago

Milestone: 3.0.0

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.