mFAST icon indicating copy to clipboard operation
mFAST copied to clipboard

operator double() core dump

Open long1024 opened this issue 2 years ago • 0 comments

hello, I've found such code:

operator double() { double x = static_cast(mantissa()); // return x * std::pow(10, exponent()); boost::spirit::x3::extension::scale(exponent(),x); } using boost::spirit::x3::extension::scale() might have core dump

long1024 avatar May 06 '22 03:05 long1024