Hello, I write because I just want to confirm, is google-sparsehash supposed to work with Visual Studio 2015?
Of course it cannot be built simple way using project included in Github repository,
but I successfully tried to use library on Linux with my application, on Windows it seems to build properly
when I do it like this:
copy google and sparsehash directories from repository to Visual Studio include directory,
copy sparseconfig.h from windows/sparsehash/internal to sparsehash/internal already copied from repository.
but unfortunately some of unit tests in my application don't pass on Windows.
Any response will be appreciated,
Mateusz