imneme / pcg-cpp

PCG — C++ Implementation
Apache License 2.0
745 stars 99 forks source link

Fix MSVC warnings (2) #54

Closed merwaaan closed 4 years ago

merwaaan commented 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).

Zephilinox commented 4 years ago

I would love for this to be merged

imneme commented 4 years ago

I'll try to get to this in the next day or two!

merwaaan commented 4 years ago

Hi @imneme, this PR would be very much welcome to get rid of those pesky warnings :)