http://d.puremagic.com/issues/show_bug.cgi?id=9365
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from yebblies <[email protected]> 2013-01-22 15:19:02 EST --- Something like alias A(T) = B!(x, T); Is more likely and more flexible. Expanding to: template A(T) { alias A B!(x, T) } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
