Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add iterator files to xbt/utils
[simgrid.git] / src / xbt / utils / iter / subsets.hpp
diff --git a/src/xbt/utils/iter/subsets.hpp b/src/xbt/utils/iter/subsets.hpp
new file mode 100644 (file)
index 0000000..1e107be
--- /dev/null
@@ -0,0 +1,19 @@
+/* A thread pool (C++ version).                                             */
+
+/* Copyright (c) 2004-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. */
+
+#ifndef XBT_SUBSETS_HPP
+#define XBT_SUBSETS_HPP
+
+#include <functional>
+#include <unordered_set>
+#include <vector>
+
+namespace simgrid::xbt {
+
+} // namespace simgrid::xbt
+
+#endif