Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement pthread_join in MC mode for sthread
[simgrid.git] / src / mc / mc_forward.hpp
index 5972ec1ca9ce8b91a9bcc92f805df831d0fe0279..df5257122f2ff19eee80dae4d3487c13a507e87e 100644 (file)
@@ -11,8 +11,7 @@
 #ifndef SIMGRID_MC_FORWARD_HPP
 #define SIMGRID_MC_FORWARD_HPP
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 class PageStore;
 class ChunkedData;
@@ -30,8 +29,7 @@ class ActorInformation;
 
 class Session;
 class Exploration;
-}
-}
+} // namespace simgrid::mc
 
 // TODO, try to get rid of the global ModelChecker variable
 extern simgrid::mc::ModelChecker* mc_model_checker;