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

2012-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4311 Simen Kjaeraas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

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

2012-04-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4311 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #4 f

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

2011-02-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4311 Brad Roberts changed: What|Removed |Added Platform|x86_64 |x86 --- Comment #3 from Brad Roberts 2

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

2010-10-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4311 --- Comment #2 from Simen Kjaeraas 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. remov

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

2010-06-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4311 --- Comment #1 from Simen Kjaeraas 2010-06-14 06:42:13 PDT --- Also, this works: alias bar!( int, float ) baz; baz( 2, 3 ); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail be