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

[range.istream] s/object_/value_/ #3560

Closed
wants to merge 1 commit into from
Closed

[range.istream] s/object_/value_/ #3560

wants to merge 1 commit into from

Conversation

cjdb
Copy link
Contributor

@cjdb cjdb commented Dec 15, 2019

Per @jensmaurer's editorial defect filed to the LWG reflector. I chose to change object_ instead of value_, since it's internally more consistent with the type. If anyone object_s to this, I could alternatively rename the stray value_ in [range.istream.iterator]/7 and Val to T.

@jensmaurer
Copy link
Member

"cjdb wants to merge 575 commits into cplusplus:master"

Also, the branch has conflicts. Please rebase and force-push.

@jensmaurer jensmaurer added the needs rebase The pull request needs a git rebase to resolve merge conflicts. label Dec 15, 2019
@cjdb
Copy link
Contributor Author

cjdb commented Dec 16, 2019 via email

@cjdb
Copy link
Contributor Author

cjdb commented Dec 16, 2019

Note to self: don't use GitHub's rebase-and-merge for a project as large and actively contributed to as the C++ draft; prefer to do it by hand.

@jensmaurer
Copy link
Member

Please rebase and force-push.

@tkoeppe
Copy link
Contributor

tkoeppe commented Dec 14, 2020

@opensdh, @jensmaurer: is this something we want to tackle via piecemeal PRs, or does CWG have plans for "object vs value" already?

@jensmaurer
Copy link
Member

I don't think this is in any way related to CWG. This is a consistency question for exposition-only names in the iostreams package of the standard library, nothing else.

@tkoeppe
Copy link
Contributor

tkoeppe commented Dec 14, 2020

Ah indeed, thanks!

@tkoeppe
Copy link
Contributor

tkoeppe commented Dec 14, 2020

Taken via 305443c.

@tkoeppe tkoeppe closed this Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs rebase The pull request needs a git rebase to resolve merge conflicts.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants