]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/kernel/Timer.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'rename-operation-task' into 'master'
[simgrid.git] / include / simgrid / kernel / Timer.hpp
index 3a98068f9bee00276654b4bcc4334101a8dfd1c8..010a66f8fa3f4f8ccc11461873b01df7649ad405 100644 (file)
@@ -12,9 +12,7 @@
 
 #include <boost/heap/fibonacci_heap.hpp>
 
-namespace simgrid {
-namespace kernel {
-namespace timer {
+namespace simgrid::kernel::timer {
 
 inline auto& kernel_timers() // avoid static initialization order fiasco
 {
@@ -48,8 +46,6 @@ public:
   static bool execute_all();
 };
 
-} // namespace timer
-} // namespace kernel
-} // namespace simgrid
+} // namespace simgrid::kernel::timer
 
 #endif /* SRC_KERNEL_TIMER_TIMER_HPP_ */