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


Andrej Mitrovic <[email protected]> changed:

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


--- Comment #1 from Andrej Mitrovic <[email protected]> 2014-02-22 
00:49:49 PST ---
That's a rather complicated example. Is the following what you're after?

-----
struct S
{
    void foo() { }
}

void main()
{
    alias f = S.foo;

    S s;

    __traits(getChild, s, f)();  // same as s.foo()
}
-----

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

Reply via email to