1 --- foo/foo/foo/boost/lexical_cast.hpp
2 +++ foo/foo/foo/boost/lexical_cast.hpp
4 if( !has_minus ) value = std::numeric_limits<T>::quiet_NaN();
5 else value = (boost::math::changesign) (std::numeric_limits<T>::quiet_NaN());
9 if (( /* 'INF' or 'inf' */
13 else value = (boost::math::changesign) (std::numeric_limits<T>::infinity());