
Robert Ramey wrote:
I rebuilt and reran the the tests "test_class_info_load" and "test_class_info_save" which are explicitly designed to test this functionality. I ran these test with XML archives. Do these tests pass for you? How is this situation different than yours? I updated the test sliightly so that the class version jumps from 2 to 4 - skipping over 3 so that a confusion between serialization library version and class version wouldn't be overlooked.
Do you test with version 0? That is the only version that causes a problem. I am looking in to how to run tests now so will let you know how I get on, but the problem is only if BOOST_CLASS_VERSION is 0 or not set (i.e. defaults to 0). 1 and above version work fine. Thanks Russell