https://issues.dlang.org/show_bug.cgi?id=16542

[email protected] changed:

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

--- Comment #1 from [email protected] ---
Can you add a test case please ? I suspect this report to be either either bad
formulated or invalid because with DMD 2.073-b1 the following test passes:

unittest
{
    const int[] v;
    void test(T)(in T t)
    {
        auto a = theAllocator.makeArray(100, t);
    }
    test(v);
}

--

Reply via email to