Boost logo

Boost :

Subject: Re: [boost] [serialization] "stream error" when port fromboost_1.33toboost_1.36
From: Robert Ramey (ramey_at_[hidden])
Date: 2008-09-26 12:47:58


Good detective work!

>> This is the problem. Why boost 1.36 do the check? and why the "name"
>> and rv.object_name dont match?

This is the question. You might investigate the program which created the
archive.
It is odd to me that one serilizes "t.id" rather than "t" which in turn
serializaed "id".
I suspect that this exception is trapping an error in the recent code.

>> And how do id fix it? Modify the boost_1.36 basic_xml_iarchive.ipp
>> same to boost_1.33?

If you want to suppress the tag checking, open the input archive with
the runtime flag options "no_tag_checking".

Robert Ramey


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk