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

Copy captures always unnamed #89

Open
hubert-reinterpretcast opened this issue Sep 24, 2019 · 2 comments
Open

Copy captures always unnamed #89

hubert-reinterpretcast opened this issue Sep 24, 2019 · 2 comments

Comments

@hubert-reinterpretcast
Copy link

It appears that a meta-object that reflects a copy capture reflects upon the non-static data member of the closure type. This means that the copy capture is unnamed.

@camio
Copy link

camio commented Jan 27, 2020

AN: If the meta-object reflects a capture, it satisfies LambdaCapture. That
offers certain operations; I don't see why those are equivalent to "reflects
upon the non-static data member of the closure type".

AN: Even if it were this looks more like a design issue that needs to be
handled outside this editorial review. Maybe Hubert could explain to me where
the current wording fails to do what we intended, and then we make this an
issue on the TS?

@camio
Copy link

camio commented Jan 27, 2020

Leaving open as an issue to handle post-publication.

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

No branches or pull requests

2 participants