$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] serialization
From: Oswin Krause (Oswin.Krause_at_[hidden])
Date: 2012-10-23 14:57:10
Hi,
Why do you think that this should work? I would assume that
serialisation dos only make sense if serialization and reconstruction
are symmetric. This cas does not look very symmetric to me.
On 2012-10-23 19:31, Larry E. Ramey wrote:
> Is this by design? Seriously? I can't save derived pointers and
> unarchive base pointers?
>
> Larry