Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Initialize all members (PVS V730).
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 16 Sep 2022 15:04:39 +0000 (17:04 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 16 Sep 2022 15:04:39 +0000 (17:04 +0200)
src/smpi/include/smpi_replay.hpp

index 3c79913..d831ae9 100644 (file)
@@ -197,7 +197,7 @@ public:
 template <class T> 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_; }