http://d.puremagic.com/issues/show_bug.cgi?id=5281
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Kenji Hara <[email protected]> 2011-06-25 12:12:51 PDT --- (In reply to comment #2) > But the major problem is that with a const ref signature, opEquals cannot > perform comparisons with rvalues. So the code below fails My pull request https://github.com/D-Programming-Language/dmd/pull/41 can fix bug4843, so opEquals overloading with ref and non-ref will be correct. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
