
26 Sep
2008
26 Sep
'08
4:47 p.m.
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