http://d.puremagic.com/issues/show_bug.cgi?id=2008
--- Comment #4 from David Simcha <dsim...@yahoo.com> 2010-01-24 16:00:12 PST --- (In reply to comment #3) > Recent change to dmd forced everybody to use opEquals with ref arguments. That > leaves no other option than the poorly optimised one. Isn't it time to fix > this > bug? I think the more important fix is to start allowing opEquals with non-ref arguments again. Only allowing ref arguments is ridiculous because it forces the argument to be an lvalue, thus creating a horribly ugly inconsistency with builtin types. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------