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

Replaces int with std::size_t in for loops to prevent warnings #186

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Replaces int with std::size_t in for loops to prevent warnings #186

merged 1 commit into from
Oct 14, 2023

Conversation

ruimaciel
Copy link

This PR fixes #185 by updating for loops to replace int with std::size_t to represent std::vector indices.

Copy link
Owner

@bupticybee bupticybee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. Thanks for the contribution.

@bupticybee bupticybee merged commit 7d912fc into bupticybee:master Oct 14, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warnings due to comparison of integer expressions of different signedness in for loops
2 participants