From: Sohail Somani (s.somani_at_[hidden])
Date: 2007-04-10 17:03:15


Hi,

Given class Base and template<typename T> class Child : public Base
where Child will always be serialized by base class pointer (and thus
require exporting):

Is there a way to do BOOST_CLASS_EXPORT for all instantiations of Child?

Thanks,

Sohail