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

[res.on.data.races] Use "object parameter" instead of this or "argument" #6748

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

frederick-vs-ja
Copy link
Contributor

We should say "implicit object parameter", "implied object argument", or "*this" instead.

Fixes #6731.

source/lib-intro.tex Outdated Show resolved Hide resolved
@jensmaurer
Copy link
Member

The this -> *this changes look good to me (we're not doing anything with the pointer). I'm hesitant about the argument -> parameter change. The core language part needs CWG review, I think.

Could you please split out the former two categories into two separate pull requests?

@frederick-vs-ja frederick-vs-ja changed the title Replace some improper occurences of this [res.on.data.races] Use "object parameter" instead of this or "argument" Feb 10, 2024
@frederick-vs-ja
Copy link
Contributor Author

The this -> *this changes look good to me (we're not doing anything with the pointer). I'm hesitant about the argument -> parameter change. The core language part needs CWG review, I think.

Could you please split out the former two categories into two separate pull requests?

Done. The core part and the pure this -> *this changes are split into two new PRs.

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.

[16.4.6.10] missing dereference
3 participants