[pkg-boost-devel] Bug#561407: another fix

Christophe Prud'homme prudhomm at debian.org
Wed Dec 16 22:16:42 UTC 2009


I found this on the web:

For that error, the line 64 of 
$BOOST/boost/mpi/detail/mpi_datatype_oarchive.hpp must be changed, so that:
BOOST_MPL_ASSERT((sizeof(T)==sizeof(int_type)));
be replaced by:
BOOST_MPL_ASSERT_RELATION( sizeof(T), ==, sizeof(int_type) );

I tested it and indeed this fixes the problem 

C.
-- 
Debian Developer
Annecy - Grenoble
Scientific computing related software





More information about the pkg-boost-devel mailing list