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

Use boost/core/cmath.hpp #39

Closed pdimov closed 3 years ago

pdimov commented 3 years ago

I've refactored the floating-point functions from the previous PR into Core, complete with a test and docs; this uses those instead of defining them locally.

apolukhin commented 3 years ago

Many thanks!