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


Kenji Hara <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
            Summary|Compiler segfault with      |Compiler segfaults if try
                   |template mixin creating     |to CTFE member function
                   |compile time array          |without valid 'this'


--- Comment #1 from Kenji Hara <[email protected]> 2013-01-17 23:53:35 PST ---
This is not related to mixin. This code also segfaults:

class Foo
{
    void test()
    {
        enum members = makeArray();
    }

    string[] makeArray()
    {
        return ["a"];
    }
}

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

Reply via email to