http://d.puremagic.com/issues/show_bug.cgi?id=4206
--- Comment #2 from Rainer Schuetze <[email protected]> 2010-05-28 12:18:05 PDT --- You're right, it correctly does not compile with dmd 1.056. I must have been halucinating. Also, "enum { var = myint };" causes an error. The use case that was failing with D2 is pragma(msg, __traits(compiles, { enum var = myint; })); and outputs "true". -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
