id summary reporter owner description type status milestone component version severity resolution keywords cc 8177 multiprecision, can convert from cpp_integer to void* Stepan Podoskin John Maddock "MSVC 2010 is able to compile this: {{{ #include using namespace boost::multiprecision; int main() { cpp_int a, b; void* p = a*b; return 0; } }}} GCC 4.7.2 can not compile this code, but it can compile this: {{{ #include using namespace boost::multiprecision; int main() { cpp_int a, b, c; void (*p)() = a*b; return 0; } }}}" Bugs closed To Be Determined multiprecision Boost Development Trunk Problem fixed