
28 Nov
2007
28 Nov
'07
1:17 p.m.
hi, template <typename CT> class C { BOOST_STATIC_ASSERT(...); }; class D; I would like to forbid the instantiation of C<D>. How can i compare CT with D to serve as the condition of the boost static assert=? rds,