X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ca4b2530adfd8eed9d88635dd30e9449e90b3b53..3bb5446e9de29764eb8d739753c101cbb90a7b21:/src/smpi/include/smpi_replay.hpp diff --git a/src/smpi/include/smpi_replay.hpp b/src/smpi/include/smpi_replay.hpp index 3c799138a7..10fbc85e0b 100644 --- a/src/smpi/include/smpi_replay.hpp +++ b/src/smpi/include/smpi_replay.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2009-2023. 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. */ @@ -25,7 +25,7 @@ for (const auto& elem : (action)) { \ ss << elem << " "; \ } \ - ss << "\nPlease contact the Simgrid team if support is needed"; \ + ss << "\nPlease contact the SimGrid team if support is needed"; \ throw std::invalid_argument(ss.str()); \ } \ } @@ -197,7 +197,7 @@ public: template class ReplayAction { const std::string name_; const aid_t my_proc_id_ = s4u::this_actor::get_pid(); - T args_; + T args_{}; protected: const std::string& get_name() const { return name_; }