boostorg / lexical_cast

General literal text conversions, such as an int represented as a string, or vice versa
https://boost.org/libs/lexical_cast
34 stars 58 forks source link

Dropped dependency on Boost.NumericConversion and Boost.MPL #72

Closed apolukhin closed 8 months ago

apolukhin commented 8 months ago

Fix some corner cases of floating-point conversions (infinities to infinities of smaller type, fractional numbers to integers)