[Issue 11161] If `opEquals` is not defined, compiler should translate struct objects equality to member-wise equality even if there is `alias this`
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 3 01:58:54 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11161
Jonathan M Davis <jmdavisProg at gmx.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jmdavisProg at gmx.com
--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2013-10-03 01:58:45 PDT ---
I would expect that alias this would have zero effect on == save for when
comparing with a value of the type that's being aliased instead of with a value
of the same type.
--
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