id summary reporter owner description type status milestone component version severity resolution keywords cc 8160 multiprecision: Number is not assigned after dividing zero by something. Stepan Podoskin John Maddock "{{{ #include #include using boost::multiprecision::cpp_int; int main() { cpp_int a = 1; a = 0/cpp_int(""1""); std::cout << ""a = "" << a << ""\n""; // a = 1 return 0; } }}} divide.hpp: line 341 says // All the limbs in x are zero, so is the result: However, result is not assigned to zero." Bugs closed To Be Determined multiprecision Boost 1.53.0 Problem fixed