ETLCPP / etl

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

char_traits.h throws warning for GHS compiler #834

Closed leabut closed 2 months ago

leabut commented 5 months ago

https://github.com/ETLCPP/etl/blob/master/include/etl/char_traits.h#L156

GHS compiler suggests to reorder constexpr static to static constexpr

Suggested fix, use static constexpr in char_traits.h:156

jwellbelove commented 2 months ago

Fixed 20.38.11