[Issue 5729] taking the address of a @property doesn't work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Mar 19 16:43:47 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=5729


Infiltrator <lt.infiltrator at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |lt.infiltrator at gmail.com
         Resolution|                            |INVALID


--- Comment #3 from Infiltrator <lt.infiltrator at gmail.com> 2014-03-19 16:43:45 PDT ---
&a.bla correctly gets the address of the function.  If this were changed for
@properties only, as you seem to suggest, then how would one go about getting
the address of the actual function?  It would also lead to different semantics
from the same syntax depending on whether the function were marked @property,
which is highly undesirable (do you want to go check the class definition every
time you want to get an address?)

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list