On 9 March 2010 18:32, Christian Holmquist <c.holmquist@gmail.com> 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