X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8da27cf4b7b05ed45b085557d76cbb0b6dd34cd9..1f53e33771f1e35a28358934a12e3a057fe56a4c:/src/mc/mc_replay.hpp diff --git a/src/mc/mc_replay.hpp b/src/mc/mc_replay.hpp index 4d093624e1..823d93e6f4 100644 --- a/src/mc/mc_replay.hpp +++ b/src/mc/mc_replay.hpp @@ -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;