[Issue 2983] Elaborate restricted variadic function does not compile

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2983

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


[Issue 2983] Elaborate restricted variadic function does not compile

2009-10-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2983


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


--- Comment #3 from Don clugd...@yahoo.com.au 2009-10-16 18:45:01 PDT ---
This is fixed by match to bug 3379.

*** This issue has been marked as a duplicate of issue 3379 ***

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


[Issue 2983] Elaborate restricted variadic function does not compile

2009-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2983


Don clugd...@yahoo.com.au changed:

   What|Removed |Added

 CC||clugd...@yahoo.com.au


--- Comment #1 from Don clugd...@yahoo.com.au 2009-10-14 00:09:03 PDT ---
This is failing because 'a' isn't available while in the constraint.

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


[Issue 2983] Elaborate restricted variadic function does not compile

2009-10-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2983



--- Comment #2 from Andrei Alexandrescu and...@metalanguage.com 2009-10-14 
07:01:38 PDT ---
(In reply to comment #1)
 This is failing because 'a' isn't available while in the constraint.

Exactly. The idea is that making the parameter names available would simplify
writing template constraints a lot.

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