boostorg / interval

Boost.org numeric interval library
http://boost.org/libs/numeric/interval/doc
Boost Software License 1.0
24 stars 44 forks source link

Fix narrowing conversions for ppc #30

Open jwakely opened 2 years ago

jwakely commented 2 years ago

These constants are too large for long long so are unsigned, and then cannot be narrowed to the signed type.

Fixes #29

jwakely commented 2 years ago

Before: https://godbolt.org/z/en14c9Ps9 After: https://godbolt.org/z/nxPEbfcbf

LocutusOfBorg commented 1 year ago

Please accept this patch. It fixes ppc64el build error... See e.g. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040524