[Issue 5067] no way to re-parameter a template a class when in some special scope

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Oct 16 22:44:03 PDT 2010


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



--- Comment #1 from galaxylang <galaxylang at gmail.com> 2010-10-16 22:43:28 PDT ---
there are some different?i am not sure 
class A(alias T)
{
}
and
class B(T)
{
}
//i think if there are different,can be solve the question i mentioned

class D(P):A!D   //base class is a type of A!(D),D is a symbol 
{
}
class D(P):B!D  //base class instance is a type of B!(D!(P)) 
{

}

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