|
Boost Users : |
From: Hicham Mouline (hicham_at_[hidden])
Date: 2008-01-14 14:13:55
Hello,
I have:
enum ParamType { FLAT, CURVE1D, CURVE2D };
template<ParamType r, ParamType q, ParamType v>
class TIP:
{
};
I would like to explicitly write all the possible full specializations of TIP...
template class TIP<FLAT, FLAT, FLAT>;
...
regards,
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net