Subject: Re: [Boost-users] [Serialization] Linker error on BOOST_CLASS_EXPORTupgrading from 1.44.0
From: Robert Ramey (ramey_at_[hidden])
Date: 2011-07-25 12:30:52


Enrico Carrara wrote:
> Looking forward to any possible advice,
> thank you in advance for your attention.

Look at the most recent documentation. BOOST_CLASS_EXPORT is now replaced
with two different macros (BOOST_CLASS_EXPORT_DECLARE and DEFINE or
something like that) This permits one to arrange his code so that
multiple definitions are avoided.

Robert Ramey