id summary reporter owner description type status milestone component version severity resolution keywords cc 12069 hexfloat not respected for float128 Ruslan John Maddock "Here's an example program: {{{ #include #include #include #include template void test() { std::cout << std::hexfloat << Float(1.3516809557473623e+236Q) << ""\n""; } int main() { std::cout << ""boost "" BOOST_LIB_VERSION << ""\n""; test(); test(); } }}} Its output is {{{ boost 1_60 0x1.5417c8p+784 1.351681e+236 }}} while in both cases hexadecimal format was requested. Here second and third lines should be identical." Bugs new To Be Determined multiprecision Boost 1.60.0 Problem