$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] mpi/serialization: broadcasting derived classhrough base pointer 1.47
From: Robert Ramey (ramey_at_[hidden])
Date: 2012-01-24 12:52:40
MM wrote:
typedef templateclass<arg> myclass;
>
> On the sending side, I have BOOST_CLASS_EXPORT_KEY(
> namespace::namespace::myclass )
>
> I don't know why it is not sent down the pipe.
Note that you'll have to have BOOST_CLASS_EXPORT... on BOTH sides.
This is usually assured by having the save and load symetrical.
Robert Ramey