digitalmars.D.bugs - [Issue 8243] New: cannot initialize tuple with an element at module scope
- d-bugmail puremagic.com (19/19) Jun 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8243
- d-bugmail puremagic.com (10/10) Jun 14 2012 http://d.puremagic.com/issues/show_bug.cgi?id=8243
http://d.puremagic.com/issues/show_bug.cgi?id=8243 Summary: cannot initialize tuple with an element at module scope Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: timon.gehr gmx.ch --- Comment #0 from timon.gehr gmx.ch 2012-06-14 11:49:10 PDT --- template TypeTuple(T...){ alias T TypeTuple; } TypeTuple!(int,int) a = 12; -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 14 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8243 timon.gehr gmx.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rejects-valid --- Comment #1 from timon.gehr gmx.ch 2012-06-14 11:49:46 PDT --- (with DMD 2.059, the code fails to compile, but it is valid.) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 14 2012