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

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 1 05:01:30 PDT 2016


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com

--- Comment #3 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Accepting aliases that require 'this' shouldn't trigger an error either. It's
when you try to use the alias that it should fail (if you fail to use the alias
properly, that is).

--


More information about the Digitalmars-d-bugs mailing list