Closed jwcodee closed 5 years ago
so I have two options here. Change uint64_t
and size_t
in the BloomFilter.hpp
which is what I have done or change affected instances of size_t
to uint64_t
in abyss
Actually I think it is better to change the affected ones to uint64_t so there is no ambiguity and we are not leaving it for the compile to decide so I'm closing this pull request
This fixes the macOS compilation problem with abyss-bloom. The 2.1.5 bloomfilter that ben was using was also using size_t instead of uint64_t.