[Issue 14192] Access Violation when assigning to shared AA
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Feb 19 00:53:56 PST 2015
https://issues.dlang.org/show_bug.cgi?id=14192
--- Comment #7 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/5afc1177551fa8f6e43bb1fc499698eaab41655a
fix Issue 14192 - Access Violation when assigning to shared AA
- the runtime expects an unqualified TypeInfo for the AA and crashes
if it is wrapped inside a TypeInfo_Shared
https://github.com/D-Programming-Language/dmd/commit/4091ddc1af08f3a65512e41a19ffda06335471c2
Merge pull request #4420 from MartinNowak/fix14192
fix Issue 14192 - Access Violation when assigning to shared AA
--
More information about the Digitalmars-d-bugs
mailing list