$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] can't serialize to derived archive via base class ptr
From: Robert Ramey (ramey_at_[hidden])
Date: 2011-09-02 12:59:16
rankg wrote:
> Is there something I can do to get my derived archive correctly
> working or doesn't support the boost::serialization lib the
> combination of deriving archives and serializing via base class
> pointers at the same time?
>
The log archive demo illustrates a header only archive what would
be used for simpler purposes. It doesn't support all the functionality
that the other archive classes do. I would guess that this is the
answer to your question. I don't know if it could be enhanced to
have more functionality and still keep it header only.
Robert Ramey