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

All function arguments should be const if not marked as mutates #75

Open
Zettelkasten opened this issue Jan 6, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@Zettelkasten
Copy link
Owner

Needs #74.
This means, for large non-mutates parameters, the compiler can always optimize them to be passed by reference without changing the semantics.

@Zettelkasten Zettelkasten added the enhancement New feature or request label Jan 6, 2022
@Zettelkasten Zettelkasten changed the title All function arguments should be const if non-mutates All function arguments should be const if not marked as mutates Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant