Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Useless test; TODO--.
[simgrid.git] / src / mc / mc_replay.hpp
index 4d09362..823d93e 100644 (file)
@@ -13,7 +13,7 @@
  *  This is using the format generated by traceToString().
  *  Use a function to avoid static initialization order fiasco.
  */
-inline std::string& MC_record_path()
+inline auto& MC_record_path()
 {
   static std::string value;
   return value;