[Issue 6259] Property getters returning ref const() cause setters to be hidden

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 6 12:52:33 PDT 2011


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



--- Comment #1 from Sönke Ludwig <ludwig at informatik.uni-luebeck.de> 2011-07-06 12:47:30 PDT ---
Just noticed that the difference to DMD 2.053 and prev. is that the ref const()
getter was not matched for assignments but is now. Declaring the property
setter first makes the code compile again, which seems wrong, as there should
be no reason for the declaration order to matter.

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