[Issue 15704] @safe code should not allow copying to/from void[]

2021-03-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15704 Nathan S. changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 15704] @safe code should not allow copying to/from void[]

2016-10-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15704 --- Comment #7 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/378e6e3ff01e8e1afd5b5bb97d259ae68918ef9e fix Issue 15704 - @safe code should not allow copying to/from

[Issue 15704] @safe code should not allow copying to/from void[]

2016-06-21 Thread via Digitalmars-d-bugs
void[] https://github.com/dlang/dmd/commit/8ed696695c913234d7bed276215c9dcae8a9cc66 Merge pull request #5877 from WalterBright/fix15704 fix Issue 15704 - @safe code should not allow copying to/from void[] --

[Issue 15704] @safe code should not allow copying to/from void[]

2016-06-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15704 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 15704] @safe code should not allow copying to/from void[]

2016-06-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15704 Walter Bright changed: What|Removed |Added Keywords||pull CC|

[Issue 15704] @safe code should not allow copying to/from void[]

2016-06-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15704 --- Comment #4 from hst...@quickfur.ath.cx --- Oh, you're right, it doesn't compile because implicit conversion from void[] to int*[] is not allowed. OK, nevermind what I said, then. :-D --

[Issue 15704] @safe code should not allow copying to/from void[]

2016-06-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15704 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #3 fr

[Issue 15704] @safe code should not allow copying to/from void[]

2016-06-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15704 hst...@quickfur.ath.cx changed: What|Removed |Added Summary|@safe code should not allow |@safe code should not allow