id summary reporter owner description type status milestone component version severity resolution keywords cc 6934 quantile() on an inverse_gaussian_distribution object does not compile Florian Schoppmann John Maddock "`quantile()` creates an object of type `inverse_gaussian_quantile_functor`, the constructor of which expects an argument of type `inverse_gaussian_distribution >`. Therefore, `quantile()` cannot be used with a custom policy, because `inverse_gaussian_distribution` cannot usually be cast to `inverse_gaussian_distribution >`. Example: {{{ #include using namespace boost::math; using namespace boost::math::policies; typedef policy< domain_error > my_policy; int main() { quantile(inverse_gaussian_distribution(), .5); } }}} " Bugs closed Boost 1.52.0 math Boost 1.50.0 Problem fixed pbristow@…