https://d.puremagic.com/issues/show_bug.cgi?id=12489
Andrej Mitrovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Andrej Mitrovic <[email protected]> 2014-03-29 21:01:05 CET --- (In reply to comment #1) > Here's a somewhat generic wrapper workaround: > > ----- > template PartialTempl(alias templ, T...) > { > auto PartialTempl(Args...)(auto ref Args args) > { > return templ!T(args); > } > } > ----- This solves it for me. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
