[Issue 20475] Struct of static array of strings is bitwise-compared instead of member-wise

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 1 14:20:40 UTC 2020


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #10706 "fix Issue 20475 - Struct of static array of
strings is bitwise-compar…" was merged into stable:

- 9da6367bde50cee019083eca53eba6ab956f1031 by Rainer Schuetze:
  fix Issue 20475 - Struct of static array of strings is bitwise-compared
instead of member-wise

  needOpEquals should check the type of the elements of static arrays, too.

https://github.com/dlang/dmd/pull/10706

--


More information about the Digitalmars-d-bugs mailing list