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


Andrej Mitrovic <[email protected]> changed:

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


--- Comment #4 from Andrej Mitrovic <[email protected]> 2013-02-06 
20:38:11 PST ---
Another workaround:

mixin template A()
{
    void foo() { bar(); } // ok
    void bar() { foo(); } // ok
}

void main()
{
    void test() { }
    mixin A!();
}

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

Reply via email to