[Issue 8243] New: cannot initialize tuple with an element at module scope

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jun 14 11:46:58 PDT 2012


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 at puremagic.com
        ReportedBy: timon.gehr at gmx.ch


--- Comment #0 from timon.gehr at 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: -------


More information about the Digitalmars-d-bugs mailing list