Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar using C++11 constructs
[simgrid.git] / include / xbt / memory.hpp
1 /* Copyright (c) 2016. The SimGrid Team.
2  * All rights reserved.                                                     */
3
4 /* This program is free software; you can redistribute it and/or modify it
5  * under the terms of the license (GNU LGPL) which comes with this package. */
6
7 #ifndef SIMGRIX_XBT_MEMORY_HPP
8 #define SIMGRIX_XBT_MEMORY_HPP
9
10 #include <memory>
11
12 namespace simgrid {
13 namespace xbt {
14
15 }
16 }
17
18 #endif