11 Sep
2012
11 Sep
'12
6:36 p.m.
On Tue, Sep 11, 2012 at 11:03 AM, Oswin Krause
Hi Brian,
Does this help?
http://www.boost.org/doc/libs/1_51_0/libs/serialization/doc/serialization.ht...
Greetings, Oswin
I think I see. I believe my co-worker did this so that only the header for the base object was required for serialization into the archive. Changing this requires all relevant headers to be included everywhere an archive is used where that type could be encountered during serialization. I will have to see if we can make this change so we can remove our dependence on the detail archive in boost::mpi. Thanks, Brian