Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[func.wrap.func] Drop Lvalue-Callable? #6582

Open
frederick-vs-ja opened this issue Sep 28, 2023 · 0 comments · May be fixed by #7204
Open

[func.wrap.func] Drop Lvalue-Callable? #6582

frederick-vs-ja opened this issue Sep 28, 2023 · 0 comments · May be fixed by #7204

Comments

@frederick-vs-ja
Copy link
Contributor

The Lvalue-Callable requirements can be simply expressed by is_invocable_r_v<R, decay_t<F>&, ArgTypes...>.

Given is_invocable_r_v is already used in [futures.task.members]/3, it might be a consistency impovement to change the remain uses of Lvalue-Callable in [func.wrap.func].

@frederick-vs-ja frederick-vs-ja linked a pull request Aug 7, 2024 that will close this issue
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant