X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2748fc363dd4fe709089d1ec51c38db3fe2ca26a..2f4509c52115b8a4fb4916f51057d6b9314b4c45:/src/s4u/s4u_mailbox.cpp diff --git a/src/s4u/s4u_mailbox.cpp b/src/s4u/s4u_mailbox.cpp index 2e6ad2c88a..288205124b 100644 --- a/src/s4u/s4u_mailbox.cpp +++ b/src/s4u/s4u_mailbox.cpp @@ -43,7 +43,7 @@ bool Mailbox::empty() bool Mailbox::listen() { - return !this->empty() || (pimpl_->permanent_receiver && !pimpl_->done_comm_queue.empty()); + return not this->empty() || (pimpl_->permanent_receiver && not pimpl_->done_comm_queue.empty()); } smx_activity_t Mailbox::front()