$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
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