Nick Sabalausky wrote:
"Steven Schveighoffer" <schvei...@yahoo.com> wrote in message news:op.vvk48tn9eav7ka@localhost.localdomain...
(int/short/byte can sometimes implicitly cast to dchar/wchar/char)
What do you think?


Ick! Kill it!



It's not easy. Simply disallowing it would make code like this illegal:

char c = '0' + n;


Reply via email to