[Issue 15016] Structs with opDispatch cannot be emplaced

2015-09-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15016 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 15016] Structs with opDispatch cannot be emplaced

2015-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15016 --- Comment #2 from Martin Nowak --- *** Issue 15029 has been marked as a duplicate of this issue. *** --

[Issue 15016] Structs with opDispatch cannot be emplaced

2015-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15016 Martin Nowak changed: What|Removed |Added CC||c...@dawg.eu

[Issue 15016] Structs with opDispatch cannot be emplaced

2015-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15016 --- Comment #4 from Martin Nowak --- And the actual trigger for this bug is a change in hasMember. --

[Issue 15016] Structs with opDispatch cannot be emplaced

2015-09-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15016 --- Comment #3 from Martin Nowak --- It seems that __traits(parent, s.opDispatch!"__xpostblit") is broken as well. --