$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Maurer (Jens.Maurer_at_[hidden])
Date: 2001-05-28 15:43:09
Peter Dimov wrote:
> I want to serialize a shared_ptr to disk. (The boost.persistence library
> will face the same problem.)
Boost.Persistence is not going to deal with pointers in its first
iteration. See the more comprehensive XTL library at
http://xtl.sourceforge.net/ (by Asger Alstrup Nielsen) for
pointer serialization and other features.
Jens Maurer