[Issue 4860] Taking delegates to a member function broken if method is also aliased in from a base class

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 13 14:31:36 PDT 2010


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


Steven Schveighoffer <schveiguy at yahoo.com> changed:

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


--- Comment #2 from Steven Schveighoffer <schveiguy at yahoo.com> 2010-09-13 14:31:07 PDT ---
In order to make this bug report valid, you should cite a better example.  In
your example, you are overriding the base function, and then also aliasing it. 
Yes, in the case you reference, it's valid, but your trivial example is
nonsensical -- you get nothing by aliasing Base.foo in this case.

I am pretty sure you have a better example :)

-- 
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