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

Eliminate range-based for loops #1123

Merged
merged 7 commits into from
Mar 25, 2015
Merged

Eliminate range-based for loops #1123

merged 7 commits into from
Mar 25, 2015

Conversation

vjpai
Copy link
Member

@vjpai vjpai commented Mar 24, 2015

This is one of the steps required to support older compilers that do not accept C+11 range-based for. Unfortunately, these changes hurt readability somewhat, but it does improve compatibility.

@vjpai
Copy link
Member Author

vjpai commented Mar 25, 2015

This PR makes me sad, but I have to accept it for what it is.

nicolasnoble added a commit that referenced this pull request Mar 25, 2015
@nicolasnoble nicolasnoble merged commit ad0dd69 into grpc:master Mar 25, 2015
@vjpai vjpai deleted the range_based_for_removal branch March 25, 2015 18:22
@lock lock bot locked as resolved and limited conversation to collaborators Feb 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants