27 Nov
2010
27 Nov
'10
7:44 p.m.
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