dmd 1.069 and 2.054 release

Trass3r un at known.com
Tue Jul 12 06:10:43 PDT 2011


In general good work!

But again phobos makes a simple std.string function unCTFEable.
Now I have to use an ugly hack to achieve something as simple as toUpper:

mixin( (){char[] tmp = "...".dup; toUpperInPlace(tmp); return tmp;}() );


More information about the Digitalmars-d-announce mailing list