Thread overview
[Issue 9769] Remove opEquals from Object
Apr 26, 2014
Jonathan M Davis
Apr 15, 2016
Jonathan M Davis
Dec 17, 2022
Iain Buclaw
April 26, 2014
https://issues.dlang.org/show_bug.cgi?id=9769

Jonathan M Davis <jmdavisProg@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |12537

--
March 28, 2016
https://issues.dlang.org/show_bug.cgi?id=9769
Issue 9769 depends on issue 12537, which changed state.

Issue 12537 Summary: Templatizing opEquals results in infinite recursion in the compiler https://issues.dlang.org/show_bug.cgi?id=12537

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
April 15, 2016
https://issues.dlang.org/show_bug.cgi?id=9769

--- Comment #6 from Jonathan M Davis <issues.dlang@jmdavisProg.com> ---
Latest attempt to templatize the free function opEquals (which is not a full fix for this but is the first step in the process):

https://github.com/D-Programming-Language/druntime/pull/1439

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=9769

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--