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