Boost logo

Boost-Build :

Subject: [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:32:08


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



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