auto M3 = M1 ^* M2;

Maybe better:

auto M3 = M1 *^ M2;

Bye,
bearophile

Reply via email to