[Issue 14947] std.traits: ParameterIdentifierTuple on an 'interface' not working

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Sep 3 09:48:44 PDT 2015


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

Luís Marques <luis at luismarques.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |luis at luismarques.eu
         Resolution|---                         |FIXED

--- Comment #3 from Luís Marques <luis at luismarques.eu> ---
If in the example this line:

    alias typeof(funcs[0]) func;

...is replaced with this line:

    alias funcs[0] func;

then it works fine. If you think that's not the correct solution please reopen
the issue.

--


More information about the Digitalmars-d-bugs mailing list