Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ starter vector iterators int to uint (sign mismatch) in PlanetWars - included entire file w/ changes #206

Open
GoogleCodeExporter opened this issue Aug 3, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

Sorry forgot to make it low ;)

Original comment by themend...@gmail.com on 27 Oct 2010 at 1:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant