]> AND Public Git Repository - simgrid.git/blobdiff - src/mc/api.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Redundant cast.
[simgrid.git] / src / mc / api.hpp
index 191a213bfd02a2188893b09b5c5091f831d29d59..b2a5e8c3ee7bb413b3dad80c89979d843f510934 100644 (file)
@@ -25,7 +25,7 @@ struct s_transition_detail {
   RemotePtr<kernel::activity::ActivityImpl> comm_remote_addr {}; // the communication this transition concerns (to be used only for isend, ireceive, wait and test)
 };
 
-typedef std::unique_ptr<s_transition_detail> transition_detail_t;
+using transition_detail_t = std::unique_ptr<s_transition_detail>;
 
 /*
 ** This class aimes to implement FACADE APIs for simgrid. The FACADE layer sits between the CheckerSide