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

Review use of iterators. Consider using usages of auto from newer C++ versions. #10

Open
Poikilos opened this issue Mar 13, 2020 · 0 comments
Labels
coding style This is a coding style issue.

Comments

@Poikilos
Copy link
Owner

Change iterators to packed range-based equivalent for (auto it&& : vec) (but not exactly that way, which makes element of ptr list no longer ptr as a side effect).

@Poikilos Poikilos added enhancement coding style This is a coding style issue. and removed enhancement labels Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
coding style This is a coding style issue.
Projects
None yet
Development

No branches or pull requests

1 participant