15 Apr
2010
15 Apr
'10
11:52 p.m.
Lukas Diduch wrote:
I'm serializing two different classes (fooA, fooB) using boost::any using a wrapper template class combined with a handmade NVP (for the type) under boost_1_42_0.
Serializing every type multiple times works fine. However if i use BOOST_CLASS_EXPORT (fooA) to register the type, after the SECOND call that type (fooA) is not being serialized properly anymore. Any subsequent serialization fails.
Looks like default tracking is being used. We woul have to see the test program. Robert Ramey