Re: [Boost-users] deleting operators to forbid mixed arithmetic? [multiprecision]
So in principle you just define a full or partial specialization, for example: template <class Backend> struct is_compatible_arithmetic_type
: 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
From: Boost-users [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Dani Brake via Boost-users
Sent: 13 August 2017 18:39
To: boost-users@lists.boost.org
Cc: Dani Brake
Subject: Re: [Boost-users] deleting operators to forbid mixed arithmetic? [multiprecision]
So in principle you just define a full or partial specialization, for example:
template <class Backend>
struct is_compatible_arithmetic_type
participants (2)
-
Dani Brake
-
Paul A. Bristow