Hey all,
concerning vector operations in boost qvm,
is it possible to somehow specify the return type of a binary operator with mixed scalar input data, e.g.
operator+(vec<double, 3>, vec<int, 3>)
?
Could not find the customisation point to do this depending on the involved operation.
Thanks in advance,
Kai