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

Add an automatic casting vector (and array) #30

Open
JohanMabille opened this issue Oct 18, 2017 · 0 comments
Open

Add an automatic casting vector (and array) #30

JohanMabille opened this issue Oct 18, 2017 · 0 comments

Comments

@JohanMabille
Copy link
Member

JohanMabille commented Oct 18, 2017

The use case if for xoptional_sequence: we want to use an uncompressed storage for booleans, so xdynamic_bitset is not suitable. We cannot use vector<bool> because this specialization actually has a compressed storage. So the best option appears to be std::vector<uint_8>, however the boolean value_type must be a boolean and we want to avoid warnings about cast.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants