http://d.puremagic.com/issues/show_bug.cgi?id=7569

           Summary: cannot void initialize tuple declarations
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: [email protected]
        ReportedBy: [email protected]


--- Comment #0 from [email protected] 2012-02-23 18:24:37 PST ---
cat > bug.d << CODE
template Tuple(T...)
{
    alias T Tuple;
}

void main()
{
    Tuple!(int, int) tup = void;
}
CODE

dmd -c bug
bug.d(8): Error: void initializer has no value

--------

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to