[Issue 7577] Delegate implicitly marked as system

2013-02-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7577 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7577] Delegate implicitly marked as system

2012-02-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7577 --- Comment #1 from Kenji Hara k.hara...@gmail.com 2012-02-25 21:24:01 PST --- (In reply to comment #0) 88 import std.datetime; import std.stdio; struct A{ auto fun(A a){ return 0; } }