[Issue 15727] DMD adds default opEqals to structure with SIMD vector

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 3 19:31:17 UTC 2019


https://issues.dlang.org/show_bug.cgi?id=15727

Basile-z <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp at gmx.com
         Resolution|---                         |DUPLICATE

--- Comment #1 from Basile-z <b2.temp at gmx.com> ---
This is normal for a struct, a default comparison occurs, i.e on the whole
structure. The real issue here is then that vectors of same type cant be
compared, and this has been already reported.

*** This issue has been marked as a duplicate of issue 13852 ***

--


More information about the Digitalmars-d-bugs mailing list