[Issue 9365] Allow partially specified template aliases
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 10 13:25:51 PST 2013
https://d.puremagic.com/issues/show_bug.cgi?id=9365
monarchdodra at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |monarchdodra at gmail.com
See Also| |http://see%20also%20http//d
| |.puremagic.com/issues/show_
| |bug.cgi?id=11403
--- Comment #5 from monarchdodra at gmail.com 2013-11-10 13:25:45 PST ---
In reply to comment #3)
> Something like
>
> alias A(T) = B!(x, T);
>
> Is more likely and more flexible.
>
> Expanding to:
>
> template A(T)
> {
> alias A B!(x, T)
> }
This is now a done functionality :)
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list