[Issue 2458] Can't deduce sizeof inner struct inside a template mixin

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 5 00:52:15 PDT 2011


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


Jonas Drewsen <jdrewsen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jdrewsen at gmail.com


--- Comment #1 from Jonas Drewsen <jdrewsen at gmail.com> 2011-07-05 00:47:13 PDT ---
Reduced test case a bit:

mixin template A() {
    void foo() {}
}

void bar() {
    static struct C {
        mixin A!();
    };
}

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


More information about the Digitalmars-d-bugs mailing list