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
bitset
size_type
If bitset would have a size_type member type it would be compatible with etl::size()
etl::size()
This issue does not exists with std, as there std::size() uses auto as return type, which is not necessary available in environments deploying ETL.
std
std::size()
auto
The text was updated successfully, but these errors were encountered:
#959 Treat bitset with size_type
36a5b4b
jwellbelove
No branches or pull requests
If
bitset
would have asize_type
member type it would be compatible withetl::size()
This issue does not exists with
std
, as therestd::size()
usesauto
as return type, which is not necessary available in environments deploying ETL.The text was updated successfully, but these errors were encountered: