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

Use Ref<T> references as iterators where relevant #50899

Merged
merged 1 commit into from
Jul 26, 2021

Conversation

akien-mga
Copy link
Member

And const when possible.

Follow-up to #50511 and #50809.

Copy link
Member

@aaronfranke aaronfranke left a comment

Choose a reason for hiding this comment

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

Makes sense. I wasn't sure about this when I made #50511 because "ref to a ref" seemed weird, but if it's better to do it this way then let's do it!

Copy link
Member

@raulsntos raulsntos left a comment

Choose a reason for hiding this comment

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

csharp_script.cpp has compile errors.

@akien-mga
Copy link
Member Author

@raulsntos Thanks for checking, it seems all of them need to stay mutable. Fixed.

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

Successfully merging this pull request may close these issues.

3 participants