$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Problem with Serialization in Boost 1.37
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-03-02 13:44:52
Robert Ramey wrote:
> Vladimir Prus wrote:
>
>> I honestly don't understand why polymorphic_binary_{i|o}archive exist
>> at all. I should be able to grab any existing archive type and wrap
>> it into polymorphic wrapper of some kind.
>
> That's what it does. Look at polymorphic_binary_iarchive.hpp .
This leads to link errors as reported in this thread.
- Volodya