[Issue 17876] [REG 2.074] Internal error when comparing inout(Foo[][]) with Foo[][]
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Oct 9 16:52:22 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=17876
--- Comment #6 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/druntime
https://github.com/dlang/druntime/commit/70d536eddf2bab82e428ea397dec8b4093c9f3c1
fix Issue 17876 - moved bad assertion that failed for arrays of arrays with
mixed modifiers to the memcmp version which should work on values anyway.
https://github.com/dlang/druntime/commit/ec9a79e15d446863191308fd5e20febce2053546
Merge pull request #1934 from rainers/issue_17876
--
More information about the Digitalmars-d-bugs
mailing list