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

Replace std::numeric_limits<T>::epsilon calls with boost::math::tools::epsilon<T> #5

Closed harris-m closed 10 years ago

harris-m commented 10 years ago

Same as #3, but targeted at the develop branch.

apolukhin commented 10 years ago

Thanks for the work!