$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost error serialization
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-08-14 22:00:03
I responded with a suggestion that you try the version in the trunk. 1.42
and 1.43 got broken but I think we've got this fixed for 1.44 which is on
the release branch - it's releaes is "imminent"
Robert Ramey
Jack Bryan wrote:
> Dear All:
>
>
> I am designing parallel code for MPI with linux.
>
>
> I am using boost::serialization::access to make the data strucutre to
> be
> transferred from one process to another process, just like
> transferring
> int data type.
>
>