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

[tuple.elem] Replace "member variables" with "data members" #4602

Merged
merged 1 commit into from May 18, 2021

Conversation

morinmorin
Copy link
Contributor

While I use both terms — data members and member variables — I don't think "member variable" is a defined term in the Standard.

Copy link
Member

@jwakely jwakely left a comment

Choose a reason for hiding this comment

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

To be really correct it should be "non-static data members", but it's only a note.

@@ -2209,7 +2209,7 @@
However, if the element type is a non-reference type \tcode{T},
the return type is \tcode{const T\&}.
This is consistent with how constness is defined to work
for member variables of reference type.
for data members of reference type.
Copy link
Member

Choose a reason for hiding this comment

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

-> "non-static data members"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done!

@jensmaurer jensmaurer added the changes requested Changes to the wording or approach have been requested and not yet applied. label May 17, 2021
@jensmaurer jensmaurer removed the changes requested Changes to the wording or approach have been requested and not yet applied. label May 18, 2021
@jensmaurer jensmaurer merged commit 7e0beb7 into cplusplus:master May 18, 2021
@morinmorin morinmorin deleted the patch-2 branch May 20, 2021 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants