Boost logo

Boost :

Subject: Re: [boost] [math] policy<discrete_quantile<real> > test's fail because multiple matches for 'real'
From: John Maddock (jz.maddock_at_[hidden])
Date: 2018-06-24 06:47:42


> --------------------------------------------------------
> I'd like to contribute a pull request to resolve this. But I'd like some
> guidance; is a simple change that qualifies real acceptable.
>
> using namespace boost::math::policies;
> - typedef policy<discrete_quantile<real> > P1;
> + typedef policy<discrete_quantile<boost::math::policies::real> > P1;
> typedef policy<discrete_quantile<integer_round_down> > P2;

Fully qualifying is fine, can you file a PR?

Thanks!  John.

---
This email has been checked for viruses by AVG.
https://www.avg.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk