Boost logo

Boost Users :

Subject: Re: [Boost-users] [MPI] Serializing a class with a string data member
From: Sohail Somani (sohail_at_[hidden])
Date: 2009-07-04 18:50:05


Mathieu Larose wrote:
> Hello,
>
> I'm trying to register a class (named A), because it will be a derived
> class. Calling BOOST_CLASS_EXPORT(A) will generate a lot of errors
> that look similar. Here is one of them:

> I've found that someone had the same problem (
> http://groups.google.com/group/boost-list/msg/c9a0c133bddd783d ), but
> no solution was found.
>
> What am I doing wrong?

Don't know, but here are some observations:

1) I think your code sample is incomplete because there was no
std::string member
2) I think the latest version of BOOST_CLASS_EXPORT(A) requires A to
have at least one virtual function. That doesn't look like your issue
though.

-- 
Sohail Somani
http://uint32t.blogspot.com

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net