when trying to broad cast an element with boost_tuple using boost mpi:
broadcast(world,J,0);
I have the error:
/usr/local/include/boost/serialization/access.hpp:118:9: error: 'class boost::tuples::tuple<int, int, int, int, int>' has no member named 'serialize'
t.serialize(ar, file_version);
What could I do? Thank you.