$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] boost transfer pointers by serialize
From: Jack Bryan (dtustudy68_at_[hidden])
Date: 2010-08-29 11:42:23
Dear All,
I need to transfer some pointers from one process to another process on Open MPI cluster.
These pointers are members of a class.
They are like:
class myClass{double *;int *;double**; }
When I use serialize in boost , I got errors:
/boost/serialization/access.hpp:118: error: request for member âserializeâ in âtâ, which is of non-class type âdoubleâ
Any help is appreciated.
JACK
Aug. 29 2010