We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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