Jan 18, 2011 at 2:36pm
but if also derived is template with same class x how can we do that?? |
I don't quite understand what you mean. Maybe that?
1 2 3 4
|
template<class x> class derived:public Base<x>
{
};
|
EDIT: 2 min
Last edited on Jan 18, 2011 at 2:37pm