[Issue 18474] Postblit not working in shared structs

2018-11-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18474 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/bd8bc44ca834bde8488b8c551b143bd5e25e55ba Spec change for Issue 18474

[Issue 18474] Postblit not working in shared structs

2018-04-02 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18474 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/3a0f75d959bd8e875a7d7767caed8ae3fa94ee8e Fix Issue 18474 - Postblit not working in shared structs

[Issue 18474] Postblit not working in shared structs

2018-03-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18474 RazvanN changed: What|Removed |Added CC|

[Issue 18474] Postblit not working in shared structs

2018-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18474 --- Comment #2 from anonymous4 --- Some shared objects can be copied just fine like mutex itself or FILE*, but they don't need much of postblit. And if shared postblit is unlikely to work, you might want to @disable

[Issue 18474] Postblit not working in shared structs

2018-02-21 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18474 Jonathan M Davis changed: What|Removed |Added CC|