$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost] [serialization] Braking change withBOOST_CLASS_EXPORT
From: Robert Ramey (ramey_at_[hidden])
Date: 2010-10-19 13:38:06
petke himself wrote:
> Hi,
>
> I noticed a breaking change / bug with boost serialization. (I hope
> this is the right mailinglist for bug reports)
>
> Upgrading from boost-1.35.0 to boost_1_44_0.. and I got compilation
> errors with the BOOST_CLASS_EXPORT macro. I did not write the user
> code so i dont know anything about the library, but it turns out
> BOOST_CLASS_EXPORT was called from inside several user namespaces.
The BOOST_CLASS_EXPORT macro has been refined in later versions
and the functionality has been split between BOOST_CLASS_EXPORT_KEY
and BOOST_CLASS_EXPORT_IMPL. See latest documentation.
Robert Ramey