There are 8 or so vector iterators that operate off of size() which is a uint
not an int, sign mismatch between that and the declared int iterator.
Simple fix, just declare them as unsigned, attached complete cpp file with
changes.
Original issue reported on code.google.com by themend...@gmail.com on 27 Oct 2010 at 1:12
Original issue reported on code.google.com by
themend...@gmail.com
on 27 Oct 2010 at 1:12Attachments: