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

[dcl.fct.def.coroutine] Limit 'this' to implicit object member functions #5097

Closed
wants to merge 1 commit into from

Conversation

jensmaurer
Copy link
Member

After P0847R7, a non-static member function may be an explicit
object member function, which does not have a this pointer.

Fixes #5085

After P0847R7, a non-static member function may be an explicit
object member function, which does not have a this pointer.
@jensmaurer
Copy link
Member Author

@jensmaurer jensmaurer added the cwg Issue must be reviewed by CWG. label Nov 8, 2021
@tkoeppe
Copy link
Contributor

tkoeppe commented Aug 19, 2022

Has this been processed yet?

@jensmaurer
Copy link
Member Author

No.

@tkoeppe
Copy link
Contributor

tkoeppe commented Nov 12, 2023

CWG meeting consensus, Nov 11: this is now already covered by CWG 2754.

@tkoeppe tkoeppe closed this Nov 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cwg Issue must be reviewed by CWG.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[dcl.fct.def.coroutine] mention of *this does not make sense after P0847R7 CWG2754
2 participants