digitalmars.D.bugs - [Issue 9135] New: a bug which compile does not end
- d-bugmail puremagic.com (34/34) Dec 10 2012 http://d.puremagic.com/issues/show_bug.cgi?id=9135
http://d.puremagic.com/issues/show_bug.cgi?id=9135 Summary: a bug which compile does not end Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: enjouzensyou.boinc gmail.com --- Comment #0 from Kazuki Komatsu <enjouzensyou.boinc gmail.com> 2012-12-10 06:47:51 PST --- If you compile example code, compile does not end. Example: --- //NG. Compile does not end. bool b = is(typeof( { mixin("alias template A(){} B;"); })); /* //OK. Compile end. Of cause, if compile this code, you fail to compile. alias typeof( { mixin("alias template A(){} B;"); }) Test; //OK. Compile end. Of cause, if compile this code, you fail to compile. mixin("alias template A(){} B;"); */ --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Dec 10 2012