On Saturday, 2 March 2013 at 00:38:36 UTC, bearophile wrote:
auto M3 = M1 ^* M2;

Maybe better:

auto M3 = M1 *^ M2;

Bye,
bearophile

Yeah that one seems useful. Other not that much.

Reply via email to