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

Prefer constexpr when appropriate #48

Open
drofp opened this issue Oct 7, 2020 · 0 comments
Open

Prefer constexpr when appropriate #48

drofp opened this issue Oct 7, 2020 · 0 comments
Labels
cleanup Style, improper form, or just tidying up optimization

Comments

@drofp
Copy link
Owner

drofp commented Oct 7, 2020

All instances where const variable values are known at compile time can be replaced with constexpr.

Relevant codesearch

@drofp drofp added cleanup Style, improper form, or just tidying up optimization labels Oct 7, 2020
@drofp drofp mentioned this issue Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Style, improper form, or just tidying up optimization
Projects
None yet
Development

No branches or pull requests

1 participant