Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a std::unique_ptr, and remove custom destructor.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 4 Jan 2020 14:38:34 +0000 (15:38 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 4 Jan 2020 16:56:36 +0000 (17:56 +0100)
commit4906255a2ec18700e1161820d5a55d3f779995ed
tree8518021828b2addc770bef0292ca1e1ca0c43872
parent9e67c42b688ddeb9566de58b329f474c23bb2993
Use a std::unique_ptr, and remove custom destructor.
include/simgrid/kernel/routing/DijkstraZone.hpp
src/kernel/routing/DijkstraZone.cpp