X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f1e469ce075c0a1ad21a7fd0fdb587f9a3cb5289..6865db1b80d2d06c80ff82e7246821958b56e2d2:/src/s4u/s4u_host.cpp?ds=sidebyside diff --git a/src/s4u/s4u_host.cpp b/src/s4u/s4u_host.cpp index 7846f76df3..c36d9ec715 100644 --- a/src/s4u/s4u_host.cpp +++ b/src/s4u/s4u_host.cpp @@ -69,7 +69,7 @@ Host::~Host() */ void Host::destroy() { - if (!currentlyDestroying_) { + if (not currentlyDestroying_) { currentlyDestroying_ = true; onDestruction(*this); host_list.erase(name_);