[Issue 4311] Applying a template to a variadic template parameter in a templated function's parameter list breaks compilation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 26 15:27:25 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=4311



--- Comment #2 from Simen Kjaeraas <simen.kjaras at gmail.com> 2010-10-26 15:26:36 PDT ---
(In reply to comment #1)
> Also, this works:
> 
> alias bar!( int, float ) baz;
> baz( 2, 3 );

Apparently, this either no longer works, or I was a bit drunk when I wrote it.
remove the 3, and things work:

alias bar!( int, float ) baz;
baz( 2 );

-- 
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