Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prefer "using" to "typedef".
[simgrid.git] / src / smpi / include / smpi_topo.hpp
index e7354c6..88d27c9 100644 (file)
@@ -10,7 +10,7 @@
 #include "smpi_status.hpp"
 #include <memory>
 
-typedef std::shared_ptr<SMPI_Topology> MPI_Topology;
+using MPI_Topology = std::shared_ptr<SMPI_Topology>;
 
 namespace simgrid{
 namespace smpi{