X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b54403a768353ed64e0b4f4b5afcc89933f585f4..a6cfd9a569c64b37c7d461e940d575b41b55de61:/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 index 0000000000..1e107bef21 --- /dev/null +++ b/src/xbt/utils/iter/subsets.hpp @@ -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 +#include +#include + +namespace simgrid::xbt { + +} // namespace simgrid::xbt + +#endif