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

C++23: static operator() #289

Open
bernhardmgruber opened this issue Sep 29, 2022 · 1 comment
Open

C++23: static operator() #289

bernhardmgruber opened this issue Sep 29, 2022 · 1 comment

Comments

@bernhardmgruber
Copy link
Contributor

Since C++23, call operators can be declared static, which may lead to better generated code. Also, a lambda's operator() will also be declared static if it does not capture anything.

@stale
Copy link

stale bot commented Sep 29, 2023

This issue or pull request has been automatically marked as stale because it has not had recent activity. Please manually close it, if it is no longer relevant, or ask for help or support to help getting it unstuck. Let me bring this to the attention of @klieret @wdconinc @michmx for now.

@stale stale bot added the stale label Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant