15 Jan
2008
15 Jan
'08
7:50 a.m.
"Hicham Mouline"
Hello,
I have: enum ParamType { FLAT, CURVE1D, CURVE2D };
template
class TIP: { }; I would like to explicitly write all the possible full specializations of TIP... template class TIP
;
template<> class TIP
...
regards,