[Issue 5783] Const Tuple equality

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 24 17:32:17 PDT 2011


http://d.puremagic.com/issues/show_bug.cgi?id=5783


kennytm at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kennytm at gmail.com


--- Comment #1 from kennytm at gmail.com 2011-03-24 17:28:55 PDT ---
opEquals is a non-const method (issue 1824). Of course a const object cannot
call it. The reduced test case is working as expected. The problem is just
Tuple needs a const opEquals.

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


More information about the Digitalmars-d-bugs mailing list