-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Integrate the parameter passing guidance #1
Labels
Comments
Consider tie(). Multiple value returns should return a tuple. Move tie() to an example as an alternative and mention the weakness wrt uninitialized variables. |
hsutter
added a commit
that referenced
this issue
Dec 1, 2015
hsutter
added a commit
that referenced
this issue
Dec 1, 2015
hsutter
added a commit
that referenced
this issue
Dec 1, 2015
hsutter
added a commit
that referenced
this issue
Dec 1, 2015
hsutter
added a commit
that referenced
this issue
Dec 1, 2015
hsutter
added a commit
that referenced
this issue
Dec 1, 2015
hsutter
added a commit
that referenced
this issue
Dec 1, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
F.15 is an omnibus item that covers the guidance we want to pursue. There is overlap/redundancy with related material in F.20-25, and F.40. These need to be integrated.
The obvious options are "keep F.15 and remove others that are redundant" or "distribute F.15 material into the others." But I think a better option is: Keep F.15 and have just one item each on how to pass "in", "inout", and "out" parameters. I'll go with that if there's no objection.
The text was updated successfully, but these errors were encountered: