[Issue 9365] Allow partially specified template aliases

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9365 Iain Buclaw changed: What|Removed |Added Priority|P2 |P4 --

[Issue 9365] Allow partially specified template aliases

2016-01-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9365 Jakob Ovrum changed: What|Removed |Added CC||jakobov...@gmail.com --- Comment #8 from Jakob

[Issue 9365] Allow partially specified template aliases

2013-11-10 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9365 --- Comment #7 from Peter Alexander 2013-11-10 13:58:24 PST --- (In reply to comment #6) > In reply to comment #4) > > (In reply to comment #3) > > > Something like > > > > > > alias A(T) = B!(x, T); > > > > > > Is more likely and more flex

[Issue 9365] Allow partially specified template aliases

2013-11-10 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9365 --- Comment #6 from monarchdo...@gmail.com 2013-11-10 13:31:00 PST --- In reply to comment #4) > (In reply to comment #3) > > Something like > > > > alias A(T) = B!(x, T); > > > > Is more likely and more flexible. > > See my use case, with y

[Issue 9365] Allow partially specified template aliases

2013-11-10 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=9365 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com

[Issue 9365] Allow partially specified template aliases

2013-06-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9365 --- Comment #4 from Peter Alexander 2013-06-09 23:35:09 PDT --- (In reply to comment #3) > Something like > > alias A(T) = B!(x, T); > > Is more likely and more flexible. See my use case, with your suggestions, this wouldn't work: alias eq

[Issue 9365] Allow partially specified template aliases

2013-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9365 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #3 from yebb

[Issue 9365] Allow partially specified template aliases

2013-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9365 --- Comment #2 from Peter Alexander 2013-01-21 15:11:58 PST --- (In reply to comment #1) > This can be implemented in the library, the last thing you want is for > templates being partially instantiated when you pass too few arguments instead

[Issue 9365] Allow partially specified template aliases

2013-01-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9365 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme