X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..ab71da4cf3e28f55f7aef47f5299519135429872:/src/mc/udpor_global.cpp diff --git a/src/mc/udpor_global.cpp b/src/mc/udpor_global.cpp index 8241c229a5..b3815246cc 100644 --- a/src/mc/udpor_global.cpp +++ b/src/mc/udpor_global.cpp @@ -9,8 +9,7 @@ XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_udpor_global, mc, "udpor_global"); -namespace simgrid { -namespace mc { +namespace simgrid::mc { EventSet EvtSetTools::makeUnion(const EventSet& s1, const EventSet& s2) { @@ -31,5 +30,4 @@ bool EvtSetTools::contains(const EventSet& events, const UnfoldingEvent* e) return std::any_of(events.begin(), events.end(), [e](const UnfoldingEvent* evt) { return *evt == *e; }); } -} // namespace mc -} // namespace simgrid +} // namespace simgrid::mc