Boost logo

Boost-Build :

Subject: Re: [Boost-build] Peculiar bug in Boost Serialization
From: Ven Tadipatri (ven.tadipatri_at_[hidden])
Date: 2011-01-25 16:53:22


Thanks for the reply. I guess I'm not quite clear on the difference
between the lists, as boost-build_at_[hidden] is called the
"Boost.Build developer's and user's list". but there's a separate Boost
user's list? I was initially on the users list but figured that as a
developer, the developer's list is where to post such questions.
In any case it was a stupid but hard to find bug - I was serializing the
object as one class in the save method and another in the load. The
reason I didn't catch it before is because seeing the difference between
these 2 lines is not apparent at first glance:
             ar >>
boost::serialization::base_object<ns::BaseDataObject>(*this);
should have been:
             ar >>
boost::serialization::base_object<ns::ByteDataObject>(*this);

Thanks,
Ven

On 01/21/2011 02:05 AM, Gevorg Voskanyan wrote:
> Ven Tadipatri wrote:
>> Hi,
>> I'm hoping someone on this list will be able to help with the problem I'm
>> having with boost serialization and virtual inheritance.
> [snip]
>
> Hello,
>
> I guess you'll have more luck in the Boost Users mailing list, as this hardly
> has anything to do with Boost.Build
> (http://www.boost.org/boost-build2/index.html).
>
> Regards,
> Gevorg
> _______________________________________________
> Unsubscribe& other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk