https://d.puremagic.com/issues/show_bug.cgi?id=12410
--- Comment #1 from [email protected] 2014-03-19 02:01:14 PDT --- Actually, it's a bit simpler than that. All it takes is being non eponymous: template sift(T) { void impl() //Not infered {} } void main() @safe pure nothrow { sift!int.impl(); //Fails } Not sure if bug or enhancement, but I think this should work: "impl" depends on T. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
