Changes between Initial Version and Version 1 of Ticket #9, comment 15


Ignore:
Timestamp:
Jun 2, 2015, 2:22:47 PM (9 years ago)
Author:
elexis

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9, comment 15

    initial v1  
    11Replying to [comment:14 Itms]:
    22> * l504: maybe replace that by a std::find, it's more usual
    3 std::find is not suited to test if an elements exists, since it returns the last element in that case.
     3~~std::find is not suited to test if an elements exists, since it returns the last element in that case.~~ (You were right, that works too, fixed in the new patch)
    44
    55I implemented all you asked for besides that. The code cleaning you suggested was applied to other code parts too.