mavam / libbf

:dart: Bloom filters for C++11
http://mavam.github.io/libbf
BSD 3-Clause "New" or "Revised" License
356 stars 89 forks source link

Error while building on windows using MSVC #48

Closed stmotw closed 4 years ago

stmotw commented 4 years ago

On Windows, this package requires #include in bitvector.cpp to properly call std::min.

I've created a pull request to fix this: https://github.com/mavam/libbf/pull/47

mavam commented 4 years ago

Fixed in #47.