Re: [Boost-users] templates w/ non-type arguments
I realize my question was not complete!
Is it possible to write the 3 x 3 x 3 explicit instantiations, not with 27 lines of code, but perhaps in some kind of loop?
Rds,
-----Original Message-----
From: boost-users-bounces@lists.boost.org [mailto:boost-users-bounces@lists.boost.org] On Behalf Of Michael Gopshtein
Sent: 15 January 2008 08:51
To: boost-users@lists.boost.org
Subject: Re: [Boost-users] templates w/ non-type arguments
"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,
AMDG Hicham Mouline wrote:
I realize my question was not complete! Is it possible to write the 3 x 3 x 3 explicit instantiations, not with 27 lines of code, but perhaps in some kind of loop?
#include
participants (2)
-
Hicham Mouline
-
Steven Watanabe