X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7f960794190d563e58d57286c7401f0d4e2892d4..12459ed00fdc525ec6e524555dfe80ce7737bab7:/src/kernel/lmm/maxmin.cpp diff --git a/src/kernel/lmm/maxmin.cpp b/src/kernel/lmm/maxmin.cpp index 88c40cf43a..b78013167b 100644 --- a/src/kernel/lmm/maxmin.cpp +++ b/src/kernel/lmm/maxmin.cpp @@ -16,7 +16,7 @@ namespace simgrid { namespace kernel { namespace lmm { -typedef std::vector dyn_light_t; +using dyn_light_t = std::vector; int Variable::next_rank_ = 1; int Constraint::next_rank_ = 1;