Boost logo

Boost Users :

Subject: Re: [Boost-users] issues with BOOST_CLASS_EXPORT
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-04-15 19:52:32


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net