Hello,
how I can use the boost::bind with two const reference parameter like:
boost::bind( &
myclass
::mymethod,
this
, p_env, p_com)
The signatur of the method is:
void
myclass
::mymethod(
const
mpi::environment&,
const
mpi::communicator& ) and mpi ist the boost::mpi namespace
Thanks
Phil