ETLCPP / etl

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

`etl::multi_span::operator ->()` defect #772

Closed dhebbeker closed 8 months ago

dhebbeker commented 8 months ago

The signature of etl::multi_span::operator->() (const and non-const) has as return type pointer which is T*. This is correct.

But the member functions return *p_value which results in type T. This can not work.

jwellbelove commented 8 months ago

Fixed 20.38.4