
14 Dec
2006
14 Dec
'06
1:55 p.m.
On Dec 13, 2006, at 11:34 AM, Bo Peng wrote:
I am using Boost.MPI for a python module so there is no argc, argv that can be provided to
boost::parallel::mpi::environment(int & argc, char ** & argv) [snip] Can a default constructor be provided?
This constructor is now available in Boost CVS. The macro BOOST_HAS_NOARG_INITIALIZATION indicates that the default constructor for environment is available. Cheers, Doug