bearophile can say "i told you so" (re uint->int implicit conv)

Minas Mina minas_mina1990 at hotmail.co.uk
Fri Mar 29 09:27:10 PDT 2013


Consider:
uint u = ...;
int x = u;

Wouldn't a warning be enough?


More information about the Digitalmars-d mailing list