mirror of
https://github.com/boostorg/mpi.git
synced 2026-02-26 04:42:23 +00:00
@@ -15,7 +15,7 @@ namespace boost { namespace mpi {
|
||||
/***************************************************************************
|
||||
* status *
|
||||
***************************************************************************/
|
||||
bool status::cancelled()
|
||||
bool status::cancelled() const
|
||||
{
|
||||
int flag = 0;
|
||||
BOOST_MPI_CHECK_RESULT(MPI_Test_cancelled, (&m_status, &flag));
|
||||
|
||||
Reference in New Issue
Block a user