Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
request_to_string() implementation in mc_api class
[simgrid.git] / src / mc / mc_record.hpp
index b52aee405337e5fc8c4364658d46e0d02ae53b05..39d960e40b132b8bd8a1d2ee27715a395f4ef5c5 100644 (file)
@@ -25,7 +25,7 @@
 namespace simgrid {
 namespace mc {
 
-typedef std::vector<Transition> RecordTrace;
+using RecordTrace = std::vector<Transition>;
 
 /** Convert a string representation of the path into an array of `simgrid::mc::Transition`
  */