Boost logo

Boost :

Subject: Re: [boost] [bimap] Includes serialization headers even if BOOST_BIMAP_DISABLE_SERIALIZATION is defined
From: Matias Capeletto (matias.capeletto_at_[hidden])
Date: 2010-03-09 23:07:57


On Tue, Mar 9, 2010 at 7:34 PM, Christian Holmquist
<c.holmquist_at_[hidden]> wrote:
> Hello,
>
> I noticed this issue with boost 1.42, but it might have been there for a
> while.
>
> Quite a few headers have
> #include <boost/serialization/nvp.hpp>
>
> I think the above should be guared with
> #ifndef BOOST_BIMAP_DISABLE_SERIALIZATION
> #include <boost/serialization/nvp.hpp>
> #endif

Thanks for reporting the issue. There was already a ticket about this in trac:
https://svn.boost.org/trac/boost/ticket/3868
It will be fixed for 1.43.
Best regards
Matias


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk