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

Preventing implicitly initialised values in lookup tables and structs #1462

Open
herrhotzenplotz opened this issue Apr 21, 2024 · 0 comments
Labels
code quality ♻️ Code quality enhancement needs-discussion 🤔 Changes need to be discussed and require consent

Comments

@herrhotzenplotz
Copy link

Some discussion appeared due to my use of a static_assert that provides a guide to a developer to make changes in order to fix implicit initialisation of a lookup table and thus following source of runtime bugs. (See #1461 (comment))

This likely also applies to structs with missing initialisers.

This ticket serves as a place for discussing these issues.

@BenBE BenBE added code quality ♻️ Code quality enhancement needs-discussion 🤔 Changes need to be discussed and require consent labels Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality ♻️ Code quality enhancement needs-discussion 🤔 Changes need to be discussed and require consent
Projects
None yet
Development

No branches or pull requests

2 participants