We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I don't think our structs are zeroing out properly. Inspect and fix this.
Furthermore, default values are used in some optional attributes. It would be good to address this.
The text was updated successfully, but these errors were encountered:
For the structures to be "Plain Old Data" types, they need to have default values of zero.
Sorry, something went wrong.
I think they already have constructors&destructors due to having unique_ptr, vector and strings in them, though.
unique_ptr
vector
string
In fact, it takes considerable time to free the structures. I think this is due to the great number of std::strings.
No branches or pull requests
I don't think our structs are zeroing out properly. Inspect and fix this.
Furthermore, default values are used in some optional attributes. It would be good to address this.
The text was updated successfully, but these errors were encountered: