https://issues.dlang.org/show_bug.cgi?id=20475
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Dlang Bot <[email protected]> --- 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 --
