$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-11-17 13:47:51
Robert Ramey wrote:
> Alternatively, you might want to consider expanding the shared_ptr
> interface with enough information to permit serialization to be
> implemented via the public interface.
How, exactly? The current public interface is good enough for my
serialization/deserialization needs, but I'm willing to consider your
suggestions.