auto x3 = (x0 + y1) ? z1 : w1); // OK

Sorry, that was:

auto x3 = (x0 + y1) ? z1 : w1; // OK

Bye,
bearophile

Reply via email to