Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[project-description] Fix extraction of the ns-3 version.
[simgrid.git] / src / mc / mc_replay.hpp
index 4d09362..ae8cd4a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2008-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2008-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -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;