[Issue 16343] Incorrectly requiring this pointer for a free function

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 1 02:34:00 PDT 2016


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

Sobirari Muhomori <dfj1esp02 at sneakemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |spec

--- Comment #1 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> ---
Looks like tupleof returns a tuple of struct field aliases instead of a tuple
of their types. And a template with an alias parameter requires a context
through which it can access the aliased field. The question is what tupleof
should return.

--


More information about the Digitalmars-d-bugs mailing list