https://d.puremagic.com/issues/show_bug.cgi?id=11452


Dicebot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #1 from Dicebot <[email protected]> 2013-11-06 05:54:06 PST ---
Reduced test case:

template Foos(uint SIZE)
{
    alias Foos = int[SIZE];
}

void func(uint size)(Foos!size) {}

void main()
{
    int[4] foos;
    func!4(foos); // does compile
    func(foos);   // doesn't compile
}

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

Reply via email to