ETLCPP / etl

Embedded Template Library
https://www.etlcpp.com
MIT License
2.25k stars 392 forks source link

treat `bitset` with `size_type` #959

Open dhebbeker opened 2 months ago

dhebbeker commented 2 months ago

If bitset would have a size_type member type it would be compatible with 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.