ETLCPP / etl

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

treat `bitset` with `size_type` #959

Open dhebbeker opened 1 week ago

dhebbeker commented 1 week 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.