Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
finish the doc under the new format for Host
[simgrid.git] / src / s4u / s4u_Disk.cpp
index e974d8dc0077a2e2115af0d9c8a0bdc249e2c1f8..684cbab8beec498c6648aba621681b5440f608a1 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2019. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2019-2020. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -10,9 +10,8 @@
 #include "src/kernel/resource/DiskImpl.hpp"
 
 namespace simgrid {
-namespace xbt {
-template class Extendable<s4u::Disk>;
-} // namespace xbt
+
+template class xbt::Extendable<s4u::Disk>;
 
 namespace s4u {