Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Variables captured by copy are constant and cannot be std::move'd.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 19 Nov 2020 08:35:48 +0000 (09:35 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 19 Nov 2020 10:41:07 +0000 (11:41 +0100)
commitbc5018e5de07ff36ff797f4023fab078df3bf80d
tree44f5e4dfdf75eb733d912f90743efe6ccf2a9fa1
parentf653eea6a35035be81a9b60f6c2fa7c48292d9c4
Variables captured by copy are constant and cannot be std::move'd.

Try to fix with C++14 generalized lambda capture and 'mutable' specifier.
include/simgrid/s4u/Engine.hpp
src/s4u/s4u_Engine.cpp