http://d.puremagic.com/issues/show_bug.cgi?id=9771
--- Comment #15 from Jonathan M Davis <[email protected]> 2013-10-13 16:17:28 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/[email protected] http://forum.dlang.org/post/[email protected] 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: -------
