libkdtree icon indicating copy to clipboard operation
libkdtree copied to clipboard

libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretically unlimited number of dimensions, and can store any data struc...

Results 2 libkdtree issues
Sort by recently updated
recently updated
newest added

In the _M_get_j_max / min functions, the node is passes by const value: https://github.com/nvmd/libkdtree/blob/master/kdtree%2B%2B/kdtree.hpp#L814 Our run with cppcheck complained about it so I wanted to check back if this is...

# Goal Fix all compilation warning when using a recent compiler or >= C++11 when compiling [FreeCAD](https://github.com/FreeCAD/FreeCAD/) with this repository (I am moving a shadow copy of the old repository...