ETLCPP / etl

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

Fix histogram indexing when accessed via operator[] #939

Closed bgromov closed 2 months ago

bgromov commented 2 months ago

This PR fixes the histogram indexing issue when the start index is not zero. The unit test was previously passing because it didn't account for non-zero start index too (seems like a copy-paste of zero offset unit test).

semanticdiff-com[bot] commented 2 months ago

Review changes with SemanticDiff.