Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
C++17 is required since commit d5718258083be61d600e55b70915ccca43666e0f.
[simgrid.git] / src / kernel / activity / Synchro.cpp
index ea5e660218c3bd916f9d656e89e279e8c0116257..438a8f4b307061d1bcdec29851747d2a4d539afe 100644 (file)
@@ -13,9 +13,7 @@
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_synchro, kernel,
                                 "Kernel synchronization activity (lock/acquire on a mutex, semaphore or condition)");
 
-namespace simgrid {
-namespace kernel {
-namespace activity {
+namespace simgrid::kernel::activity {
 
 SynchroImpl& SynchroImpl::set_host(s4u::Host* host)
 {
@@ -87,6 +85,4 @@ void SynchroImpl::finish()
   simcall->issuer_->simcall_answer();
 }
 
-} // namespace activity
-} // namespace kernel
-} // namespace simgrid
+} // namespace simgrid::kernel::activity