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

MSVC not supported? #42

Closed amiremohamadi closed 5 years ago

amiremohamadi commented 5 years ago

Hi. When I try to install it using MSVC compiler on windows it says: "Your C++ compiler does not support C++11."

mavam commented 5 years ago

In principle, there's nothing that speaks against support for MSVC. Because I lack the cycles to maintain this project actively, I have to rely on community contributions.