[Issue 17148] implicit conversion to void[] breaks type system
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Mar 24 11:54:40 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=17148
Dennis <dkorpel at live.nl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dkorpel at live.nl
--- Comment #1 from Dennis <dkorpel at live.nl> ---
If you mark `f` `@safe` it results in an error:
Error: cannot copy `void[]` to `void[]` in `@safe` code
--
More information about the Digitalmars-d-bugs
mailing list