Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use references for parameters of type std::function.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 7 Mar 2019 15:50:38 +0000 (16:50 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 8 Mar 2019 11:12:45 +0000 (12:12 +0100)
commitb7b9fb781045188e65beb5c1dfc391a2d21e5472
tree3be717bce31c6404581fd113cd321e5a07888ac7
parente3a1cf8d29cef5eaf730b485da389cff9319fa56
Use references for parameters of type std::function.
18 files changed:
include/simgrid/Exception.hpp
src/bindings/java/JavaContext.cpp
src/bindings/java/JavaContext.hpp
src/kernel/context/Context.cpp
src/kernel/context/Context.hpp
src/kernel/context/ContextBoost.cpp
src/kernel/context/ContextBoost.hpp
src/kernel/context/ContextRaw.cpp
src/kernel/context/ContextRaw.hpp
src/kernel/context/ContextSwapped.cpp
src/kernel/context/ContextSwapped.hpp
src/kernel/context/ContextThread.cpp
src/kernel/context/ContextThread.hpp
src/kernel/context/ContextUnix.cpp
src/kernel/context/ContextUnix.hpp
src/simgrid/Exception.cpp
src/simix/ActorImpl.cpp
src/simix/ActorImpl.hpp