$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] 1.39 serialisation: buggy warning message forshared_ptr
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-02-25 12:23:16
> It looks like if we are serialising via a base ptr, and the
> base class is serialising concrete data member via a shared ptr,
> it has assumed that the type must be polymorphic. This does
> not seem right to me ?
Hmmm - I re-vamped this recently. I'd have to check the current behavior.
Robert Ramey