Opened 15 years ago

Closed 15 years ago

#63 closed defect (fixed)

Replace unsigned int with size_t for for-loops involving size()

Reported by: MatthewWhiting Owned by: MatthewWhiting
Priority: normal Milestone:
Component: Code base Version: 1.1.8
Severity: normal Keywords:
Cc:

Description

Tony pointed out that size_t is probably the best type to use for these cases, as that is what is actually returned by the vector/string function size().

Should change all the instances of unsigned int to size_t.

Change History (2)

comment:1 Changed 15 years ago by MatthewWhiting

Status: newassigned

comment:2 Changed 15 years ago by MatthewWhiting

Resolution: fixed
Status: assignedclosed

This should all be done by [623]. Closing ticket.

Note: See TracTickets for help on using tickets.