$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Kai Szuttor (kai_at_[hidden])
Date: 2020-12-07 09:41:19
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