how to write a wchar literal
Frank Benoit (keinfarbton)
benoit at tionex.removethispart.de
Mon Oct 23 14:12:06 PDT 2006
is it possible to write an 'e' literal of type wchar?
func( wchar c);
func( dchar c);
func( char c);
...
func( cast(wchar) 'e' );
writing a cast sucks :)
More information about the Digitalmars-d-learn
mailing list