Hi Folks.
Many thanks for the solution to this problem
Given a templated class
template <class T, int I> foo { /* ....*/ }
how do I go about( if indeed it's possible) adding (for example) a
foo<T,x> to a foo<T,y> where x!=y
Many thanks
Norman
Many thanks for the solution to this problem
Given a templated class
template <class T, int I> foo { /* ....*/ }
how do I go about( if indeed it's possible) adding (for example) a
foo<T,x> to a foo<T,y> where x!=y
Many thanks
Norman
Comment