]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/remote/RemotePtr.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the now useless type xbt::string
[simgrid.git] / src / mc / remote / RemotePtr.hpp
index 90ad5c5d98ef26241e254759e495f1fd0d9c4ebc..b8dc09a9d229e4f34ec2fb415992abcb988015a2 100644 (file)
@@ -8,8 +8,7 @@
 
 #include "src/kernel/actor/ActorImpl.hpp"
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc {
 
 /** HACK, A value from another process
  *
@@ -135,7 +134,6 @@ template <class T = void> inline RemotePtr<T> remote(uint64_t p)
 {
   return RemotePtr<T>(p);
 }
-} // namespace mc
-} // namespace simgrid
+} // namespace simgrid::mc
 
 #endif