Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't include <xbt/functional.hpp> when it's not needed.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 17 Oct 2020 19:34:15 +0000 (21:34 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 17 Oct 2020 20:10:11 +0000 (22:10 +0200)
commit0d98fca8e1006006daacc8746c5eccd1837f3b2c
treee3898c4256c600d8826efda22ad19a3750b20840
parentd954f6b7bcf8a03a4cd383ea8684ef63c7b86e5f
Don't include <xbt/functional.hpp> when it's not needed.

This aims to reduce the need for C++14 in user codes.
16 files changed:
include/simgrid/s4u/Actor.hpp
include/simgrid/s4u/Engine.hpp
include/simgrid/simix.h
src/bindings/lua/lua_host.cpp
src/instr/instr_paje_events.hpp
src/kernel/routing/NetPoint.cpp
src/plugins/link_energy.cpp
src/s4u/s4u_Disk.cpp
src/s4u/s4u_Host.cpp
src/s4u/s4u_Netzone.cpp
src/s4u/s4u_Storage.cpp
src/simix/popping_generated.cpp
src/simix/simcalls.py
teshsuite/simdag/flatifier/flatifier.cpp
teshsuite/smpi/gh-139/gh-139.c
teshsuite/xbt/parallel_log_crashtest/parallel_log_crashtest.cpp