HowardHinnant / date

A date and time library based on the C++11/14/17 <chrono> header
Other
3.08k stars 670 forks source link

static_cast to silent warning implict conversion #693

Closed nico-engels closed 2 years ago

nico-engels commented 2 years ago

That happen because sizeof(long long unsigned int) == sizeof(long double) in 32-bit architectures.

nico-engels commented 2 years ago

Closes #692