implicit conversion from bool to char, is it really necessary ?

bearophile bearophileHUGS at lycos.com
Tue Sep 25 12:29:40 PDT 2012


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

Sorry, that was:

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

Bye,
bearophile


More information about the Digitalmars-d mailing list