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

Fix range-loop-construct warnings which are part of Wall from GCC 11. #671

Merged
merged 1 commit into from
Sep 1, 2021

Conversation

ptheywood
Copy link
Member

This avoids (potentially) expensive copies of const objects (and possible bugs due to modifying copies rather than in-place)

This avoids (potentially) expensive copies of const objects
@mondus mondus merged commit 7612c1a into master Sep 1, 2021
@mondus mondus deleted the range-loop-construct-warnings branch September 1, 2021 12:14
@ptheywood ptheywood added the v2.0.0-alpha.1 Issues merged in to the 2.0.0-alpha.1 release label Sep 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v2.0.0-alpha.1 Issues merged in to the 2.0.0-alpha.1 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants