https://d.puremagic.com/issues/show_bug.cgi?id=7725
--- Comment #4 from Andrej Mitrovic <[email protected]> 2013-11-09 08:41:58 PST --- (In reply to comment #3) > Oh look, this again. > > *** This issue has been marked as a duplicate of issue 3075 *** We could however implement this as a safe feature for to!(): ----- import std.conv; void call(void function(int) f) {} void foo(in int) {} void main() { call(to!(void function(int))(&foo)); } ----- -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
