[Issue 17080] Can assign delegate to function

2017-01-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17080

Ketmar Dark  changed:

   What|Removed |Added

 CC||ket...@ketmar.no-ip.org

--


[Issue 17080] Can assign delegate to function

2017-01-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17080

--- Comment #1 from Marenz  ---
Note that this not only compiles but also does something very nasty if you call
the resulting func. So this silently corrupts your memory which I consider
quite dangerous.

--