http://d.puremagic.com/issues/show_bug.cgi?id=9040
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] 2012-11-17 08:32:33 PST --- On the latest dmd 2.061head this program: class BaseClass {} void main() { BaseClass instance = new class BaseClass {}; static BaseClass staticAnonInstance = new class BaseClass {}; } Gives me (32 bit, Windows): test.d(4): Error: non-constant expression cast(BaseClass)�6U The error message doesn't look good. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
