Closed merwaaan closed 4 years ago
There's an open PR that fixes some annoying MSVC warnings (#38) but it seems abandoned.
This PR applies the last request by the repo owner (use bitcount_t(i) instead of static_cast).
bitcount_t(i)
static_cast
I would love for this to be merged
I'll try to get to this in the next day or two!
Hi @imneme, this PR would be very much welcome to get rid of those pesky warnings :)
There's an open PR that fixes some annoying MSVC warnings (#38) but it seems abandoned.
This PR applies the last request by the repo owner (use
bitcount_t(i)
instead ofstatic_cast
).