September 19, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1520

           Summary: TypeInfo_Const.opEquals is incorrect
           Product: D
           Version: 2.004
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: jascha@mainia.de


what it does is:
override int opEquals(Object o) { return base.opEquals(o); }

if o is a const-type, too, it fails.
most of the time, the "this is o" comparison prevents this code from being
executed.


-- 

May 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=1520


Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |code@dawg.eu
         Resolution|                            |FIXED


--- Comment #1 from Martin Nowak <code@dawg.eu> 2013-05-08 11:08:33 PDT ---
https://github.com/D-Programming-Language/druntime/commit/7779aa35793dfebb43052fec3775fb21e28b4972

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------