ETLCPP / etl

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

hash.h assertions fail with MSP430 microcontroller #760

Closed ReneCanadian closed 1 year ago

ReneCanadian commented 1 year ago

When including etl::span the following assertion in hash.h fails: ETL_STATIC_ASSERT(sizeof(size_t) >= sizeof(wchar_t), "size_t smaller than type");

jwellbelove commented 1 year ago

This was fixed in 20.38.0

ReneCanadian commented 1 year ago

Awesome thanks!!!