[Issue 10720] ICE with is(aaOfNonCopyableStruct.nonExistingField)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 1 00:49:25 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10720



--- Comment #3 from github-bugzilla at puremagic.com 2013-08-01 00:49:23 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/2473c2204180be54d35bcd099b09949f13025199
fix issue 10720 - ICE with is(aaOfNonCopyableStruct.nonExistingField)

AA.dup should be disabled if Value type is not copyable.
The root cause was the use of Value.init. Built-in `init` property makes
rvalue, therefore the 'static if' condition did not properly test
'copyable' trait of Value type.

https://github.com/D-Programming-Language/druntime/commit/ee1eb100a7c0c283d798d4e4913d6472f1c50443
Merge pull request #554 from 9rnsr/fix10720

issue 10720 - ICE with is(aaOfNonCopyableStruct.nonExistingField)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list