anigmetov / hera

Other
4 stars 3 forks source link

ssize_t on windows #3

Open mglisse opened 4 years ago

mglisse commented 4 years ago

bottleneck/include/dnn/local/kd-tree.hpp and .h use ssize_t, which is problematic on windows. They do have SSIZE_T there in some obscure header, if you really want that type. Would it be possible to use some standard type instead?