28 Mar
2002
28 Mar
'02
9:44 p.m.
Is there a way to detect that a class has been derived from
boost::addable<T>, for example? I would like to be able to
write something like this:
template <typename T>
void foo() {
//if T derived from boost::addable