http://d.puremagic.com/issues/show_bug.cgi?id=10520
Denis Shelomovskij <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE | --- Comment #2 from Denis Shelomovskij <[email protected]> 2013-10-30 17:22:07 MSK --- This is not a duplicate. Even error message is different. Reduced testcase: --- void f() { } void g(T)() in { f(); } // Error: 'main.f' is not nothrow body { } alias gi = g!int; --- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
