$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-11-17 15:11:59
Robert Ramey wrote:
> How about this for a solution:
>
> I can just remove my shared_ptr serialization implementation from the
> serializaition package and you can make yours part of the share_ptr
> header files. That would be fine from my point of view.
The problem with that is (a) I don't know how to add the necessary state to
the archive and (b) I'm not familiar with boost::serialization and I don't
know how to reuse some of the functionality that is already present WRT
saving/loading polymorphic types.