[Issue 3055] & operator doesn't get correct func to construct the delegate
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed May 22 09:15:29 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=3055
Maxim Fomin <maxim at maxim-fomin.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |maxim at maxim-fomin.ru
Resolution| |INVALID
--- Comment #1 from Maxim Fomin <maxim at maxim-fomin.ru> 2013-05-22 09:15:28 PDT ---
Taking address of member function in the form of &A.foo yields as expected a
function pointer, not delegate. To get delegate one need to omit class name.
--
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