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

use initializer_list for ChunkHeader #3

Conversation

claudiocabral
Copy link

Fixes #2 by using an initializer_list constructor for ChunkHeader

@pichenettes
Copy link
Owner

pichenettes commented May 15, 2020

The standard build environment does not support c++11, and there are many changes to bring to the code to make it compile with c++11. Isn't there another solution that 1/ does not require a change to the build environment and 2/ produces an identical binary?

@claudiocabral
Copy link
Author

I assumed I was compiling with the right standard, will look into a 98 compatible solution

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

Successfully merging this pull request may close these issues.

-Werror=maybe-uninitialized on file system/page_storage.h with gcc 9
2 participants