$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-08-21 10:47:32
Peter Dimov wrote:
> You are the second person to cite an example of serializing
> shared_ptr. The question is about raw pointers.
Hmmm - it wouldn't occur to me that one could serialize
a shared_ptr without the ability to serialize a raw pointer.
A shared pointer is just a wrapper around a raw pointer
and serialization of some data structure requires
serialization of its components.
Robert Ramey