Ticket #37 (closed defect: fixed)

Opened 7 years ago

Last modified 4 years ago

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

segmentnodelist-iterators-mloskot-20060228.3.patch Download (0.7 KB) - added by mateusz@… 7 years ago.
Patch created with command cvs diff -Nua <file>

Change History

Changed 7 years ago by mateusz@…

Patch created with command cvs diff -Nua <file>

Changed 7 years ago by strk@…

  • resolution changed from none to fixed

Changed 5 years ago by mloskot

  • severity changed from Significant to Content
  • reporter changed from mateusz@… to mloskot
  • priority changed from 1 to major
  • version changed from 3.0.0 to svn-trunk
  • milestone changed from imported to 3.0.0
  • description modified (diff)

Changed 4 years ago by anonymous

  • milestone 3.0.0 deleted

Milestone 3.0.0 deleted

Note: See TracTickets for help on using tickets.