using std::enable_if to avoid ambiguous templated binary operator overloading
i want to use std::enable_if<> to avoid ambigous overloaded operator*(T,U)
(or redefinitions) from MyClass*otherT
vs otherT*MyClass
vs MyClassT*MyClassT
i want to use std::enable_if<> to avoid ambigous overloaded operator*(T,U)
(or redefinitions) from MyClass*otherT
vs otherT*MyClass
vs MyClassT*MyClassT