Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add `udpor` namespace
[simgrid.git] / src / mc / udpor_global.cpp
index b06b02a..1177ff3 100644 (file)
@@ -1,15 +1,16 @@
-/* Copyright (c) 2008-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-2023. 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. */
 
 #include "udpor_global.hpp"
 #include "xbt/log.h"
+#include <algorithm>
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_udpor_global, mc, "udpor_global");
 
-namespace simgrid {
-namespace mc {
+namespace simgrid::mc::udpor {
 
-} // namespace mc
-} // namespace simgrid
+// TODO: Implement methods on EventSet as appropriate
+
+} // namespace simgrid::mc::udpor