Boost logo

Boost-Build :

Subject: Re: [Boost-build] [bimap] Includes serialization headers even if BOOST_BIMAP_DISABLE_SERIALIZATION is defined
From: Christian Holmquist (c.holmquist_at_[hidden])
Date: 2010-03-09 19:34:10


On 9 March 2010 18:32, 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
>
> Regards,
> Christian
>
>
Sorry, my gmail always chooses the wrong mail-list when I type boost-dev.
Ignore this,

/ christian



Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk