Ticket #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: | svn-trunk |
| Severity: | Content | Keywords: | imported,phpbugtracker |
| Cc: |
Description (last modified by mloskot) (diff)
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
Change History
Note: See
TracTickets for help on using
tickets.

