Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add links to power/cost models in docs
[simgrid.git] / include / xbt / utility.hpp
index bb599d6c29b68d5f5171d711d3c637d59c43cce0..c35be72d7f10f22faf20ea92ff8d5c2b9941f050 100644 (file)
@@ -31,8 +31,7 @@
   }                                                                                                                    \
   enum class EnumType { __VA_ARGS__ } /* defined here to handle trailing semicolon */
 
-namespace simgrid {
-namespace xbt {
+namespace simgrid::xbt {
 
 /** @brief Replacement for C++20's std::type_identity_t
  */
@@ -80,6 +79,5 @@ template <class List, class Elem> inline void intrusive_erase(List& list, Elem&
   list.erase(list.iterator_to(elem));
 }
 
-} // namespace xbt
-} // namespace simgrid
+} // namespace simgrid::xbt
 #endif