X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e709643ef0c5b61c6c878016c418bffa2b1b20cd..cb451e720a17b8b06644d5be6e64afaef6f65d14:/src/smpi/plugins/load_balancer/LoadBalancer.cpp diff --git a/src/smpi/plugins/load_balancer/LoadBalancer.cpp b/src/smpi/plugins/load_balancer/LoadBalancer.cpp index 1e9866c34a..23d4587e8b 100644 --- a/src/smpi/plugins/load_balancer/LoadBalancer.cpp +++ b/src/smpi/plugins/load_balancer/LoadBalancer.cpp @@ -23,7 +23,7 @@ public: bool operator()(s4u::Host* const a, s4u::Host* const b) const; }; -typedef boost::heap::fibonacci_heap>::handle_type heap_handle; +using heap_handle = boost::heap::fibonacci_heap>::handle_type; /** Structure that imitates a std::pair, but it allows us to use meaningful names instead of .first and .second */ struct XBT_PRIVATE pair_handle_load