id summary reporter owner description type status milestone component version severity resolution keywords cc 12090 cpp_dec_float has broken infinity anonymous John Maddock "output of following program should be ""inf"", but instead is ""-14"". #include #include typedef boost::multiprecision::number< boost::multiprecision::cpp_dec_float< 30, boost::int16_t > > money_t; int main( int argc, char * * argv ) { money_t a( 7 ); money_t b( 7 ); std::cout << std::numeric_limits< money_t >::infinity( ) - ( a + b ) << std::endl; return 0; } " Bugs closed To Be Determined multiprecision Boost 1.60.0 Problem fixed cpp_dec_float infinity scottopoly@…