Boost logo

Boost Users :

Subject: Re: [Boost-users] deleting operators to forbid mixed arithmetic? [multiprecision]
From: Dani Brake (danielthebrake_at_[hidden])
Date: 2017-08-13 17:38:55


>
> So in principle you just define a full or partial specialization, for
> example:
> template <class Backend>
> struct is_compatible_arithmetic_type<double, number<Backend> > : public
> mpl::false_ {};
> and then cross your fingers and hope for the best ;)

Thanks for the suggestion, i'll give it a try. \e crosses fingers

~dani



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net