[Issue 4698] Can't add constraints to templated class that uses inheritance

2010-08-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4698


Kosmonaut kosmon...@tempinbox.com changed:

   What|Removed |Added

 CC||kosmon...@tempinbox.com


--- Comment #1 from Kosmonaut kosmon...@tempinbox.com 2010-08-20 20:52:33 PDT 
---
This works:

---
class Foo {}
class Bar(T) if(isInputRange!T) : Foo {}
---

I'm pretty sure that someone already filled a bug about this issue. Couldn't
find it though.

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


[Issue 4698] Can't add constraints to templated class that uses inheritance

2010-08-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4698


Kosmonaut kosmon...@tempinbox.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE


--- Comment #2 from Kosmonaut kosmon...@tempinbox.com 2010-08-20 20:55:45 PDT 
---
*** This issue has been marked as a duplicate of issue 3673 ***

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