$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-11-21 11:01:08
Robert Ramey wrote:
> I doubt that any serialization library available
> today (and there many) could implement serialization of
> std::tr1::shared_ptr from its pubilc interface. Perhaps this
> suggests that there is something missing from std::tr1::shared_ptr ?
I recently came across genserial.sf.net. Take a look if you have the time,
it uses shared_ptr extensively. Quite impressive use of custom deleters and
the like. ;-)