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
support serialize vector<bool>. vector<bool> is not trivial serializable, we need serialize it one bit by one bit and zip store them in bytes
vector<bool>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Search before asking
What happened + What you expected to happen
support serialize
vector<bool>
.vector<bool>
is not trivial serializable, we need serialize it one bit by one bit and zip store them in bytesReproduction way
Anything else
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: