$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [serialization] anyone using portablebinary archives?
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-05-07 14:33:49
Stepan Hrbek wrote:
>>> It seems that serialization by pointer doesn't work. Example
>>> demo_portable_archive doesn't link after changing "char c" to "A*
>>> c".
Damn - you're right.
I tweaked the demo and now it functions. I've uploaded the changes to the
trunk.
Robert Ramey