[Issue 9769] Remove opEquals from Object
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Oct 13 16:17:17 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9769
--- Comment #5 from Jonathan M Davis <jmdavisProg at gmx.com> 2013-10-13 16:17:16 PDT ---
Relevant discussion on how to transition away from having these functions on
Object (the thread got broken up a bit - probably by the mailman bug):
http://forum.dlang.org/post/mailman.214.1369617617.13711.digitalmars-d@puremagic.com
http://forum.dlang.org/post/mailman.280.1369712394.13711.digitalmars-d@puremagic.com
The key suggestion is to change the compiler so that those 4 functions can be
free functions in object_.d, similar to how the compiler already does special
stuff for == rather than simply calling Object's opEquals.
--
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