]> AND Public Git Repository - simgrid.git/blobdiff - src/kernel/activity/IoImpl.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'dev-fix-get-eager-activities' into 'master'
[simgrid.git] / src / kernel / activity / IoImpl.cpp
index cdd593d20299387a1f6baaadfae5d31228405ba5..c30b1a93aa5bdecc5d440eb7520562793330efc4 100644 (file)
@@ -18,9 +18,7 @@
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(ker_io, kernel, "Kernel io-related synchronization");
 
-namespace simgrid {
-namespace kernel {
-namespace activity {
+namespace simgrid::kernel::activity {
 
 IoImpl::IoImpl()
 {
@@ -156,6 +154,4 @@ void IoImpl::finish()
   }
 }
 
-} // namespace activity
-} // namespace kernel
-} // namespace simgrid
+} // namespace simgrid::kernel::activity