CTFE toUpper/toLower

Jacob Carlborg doob at me.com
Wed Aug 29 23:30:46 PDT 2012


On 2012-08-30 08:28, Jacob Carlborg wrote:

> It works for me. DMD 2.060 Mac OS X.

Oh, it does not. If I replace:

enum string[] fields = [EnumMembers!E].to!(string[]);

With:

enum string[] fields = ["one", "two"];

It works.

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list