[Issue 9365] Allow partially specified template aliases
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 21 20:19:02 PST 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9365
yebblies <yebblies at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yebblies at gmail.com
--- Comment #3 from yebblies <yebblies at gmail.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list