Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
static_cast to silent warning implict conversion (HowardHinnant#693)
That happen because `sizeof(long long unsigned int) == sizeof(long double)` in 32-bit architectures.
- Loading branch information