[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 simen.kja...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #5 from Simen Kjaeraas simen.kja...@gmail.com 2012-05-13 12:27:11 
PDT ---
Indeed.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[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 lovelyd...@mailmetrash.com changed:

   What|Removed |Added

 CC||lovelyd...@mailmetrash.com


--- Comment #4 from SomeDude lovelyd...@mailmetrash.com 2012-04-21 15:03:40 
PDT ---
Compiles on 2.059.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[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 bra...@puremagic.com changed:

   What|Removed |Added

   Platform|x86_64  |x86


--- Comment #3 from Brad Roberts bra...@puremagic.com 2011-02-06 15:39:49 PST 
---
Mass migration of bugs marked as x86-64 to just x86.  The platform run on isn't
what's relevant, it's if the app is a 32 or 64 bit app.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[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 simen.kja...@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: ---


[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 simen.kja...@gmail.com 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 because: ---