id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 5360,Missing full qualification in boost::math bessel special functions,Joel Falcou,John Maddock,"On Ubuntu 10.10 64 bits, the attached code fails to compile. The error is : /usr/include/boost/math/special_functions/detail/bessel_jy.hpp:192: error: ‘(boost::math::policies::discrete_quantile_policy_type)0u’ cannot be used as a function Looks like the following piece of code *p = real(f); *q = imag(f); is not fully qualified enough. Changing them to std::real/std::imag fix the problem tough. ",Bugs,closed,Boost 1.47.0,math,Boost 1.46.0,Problem,invalid,,