ETLCPP / etl

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

Return raw pointer for `etl::multi_span::operator->()`. #773

Closed dhebbeker closed 8 months ago

dhebbeker commented 8 months ago

Resolves #772.

Simply returning p_value may break in case the internal type of p_value would change. This way it is more robust to changes.

semanticdiff-com[bot] commented 8 months ago

View changes with SemanticDiff

jwellbelove commented 8 months ago

Fixed 20.38.4