dmd 1.070 and 2.055 release

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Sep 8 09:43:36 PDT 2011


Ok now I definitely need a dfix program. The problem is toUTFz can't
be used in UFCS like toUTF16z could, so now I have to replace all
expression.toUTF16z code to toUTFz!(const(wchar)*)(expression).
Personally I find this thing to be ugly enough to warrant a good alias
anyway.

Anyone clever enough to do this via sed?


More information about the Digitalmars-d-announce mailing list