tzaeschke / phtree-cpp-perf

Performance comparison of the PH-tree
MIT License
0 stars 0 forks source link

Missing return; #1

Closed tzaeschke closed 1 year ago

tzaeschke commented 1 year ago

https://github.com/tzaeschke/phtree-cpp-perf/blob/a6aac4d2a865e18aaad7d08695dd5332a6768277/src/tinspin/kdtree.h#LL794C1-L794C1

We need to return here in order to avoid size==-1

tzaeschke commented 1 year ago

Fixed in https://github.com/tzaeschke/phtree-cpp-perf/commit/7931cdaa415aef3f3f86408c7f110ab6ca4a0996