$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2006-04-30 16:36:15
Look for "boost/archive/detail/known_archive_types.hpp" and edit this
file to include your new archive class.
Robert Ramey
Denis Kuznetsov wrote:
> I have my own archive class (derived from binary_oarchive_impl). And I
> have a base abstract class and derived classes(non-abstract).
> I use BOOST_CLASS_EXPORT macro to register my derived classes. But it
> seems the macro works only for Boost archives, not for user defined
> archives. Is there any way to register derived classes to get the same
> functionality that BOOST_CLASS_EXPORT provides?