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

Explicit "= T()" constructions should zero-initialize data #13

Open
roystgnr opened this issue Aug 22, 2018 · 0 comments
Open

Explicit "= T()" constructions should zero-initialize data #13

roystgnr opened this issue Aug 22, 2018 · 0 comments

Comments

@roystgnr
Copy link
Owner

#11 fixes this for NumberArray, as discussed in comments there, but previously (at least in the non-sparse NumberVector, if no other classes) I'd been trying to allow users to create uninitialized numeric objects intentionally and I hadn't realized the API could allow unintentionally uninitialized data as well.

roystgnr pushed a commit that referenced this issue Mar 17, 2022
Add ValueType for std::array, std::vector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant