nmslib / hnswlib

Header-only C++/python library for fast approximate nearest neighbors
https://github.com/nmslib/hnswlib
Apache License 2.0
4.31k stars 633 forks source link

#438: fix reordering warning #443

Closed jlmelville closed 1 year ago

jlmelville commented 1 year ago

Fix for #438. I have confirmed this removes the warning when building using R's C++ mingw tools.

yurymalkov commented 1 year ago

Cool, thank you!