Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
modernize our C++
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 27 Aug 2019 07:28:06 +0000 (09:28 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 1 Sep 2019 00:35:14 +0000 (02:35 +0200)
commit220c2b4eb4847d916bbf4114a4f1b9e7cb0c7d41
tree6311241424bf94f5121896641706b791cff736d0
parent2868dbfdbb250a018561aec1de7b511e00673e9a
modernize our C++

- Use auto when using new to not repeat the type
- Pass parameter by value + std::move instead of pass by reference

This was advized by clang advanced warnings
src/kernel/actor/ActorImpl.cpp
src/kernel/actor/ActorImpl.hpp