Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[S4U] Remove the const for now
authorChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 12 Apr 2018 09:07:01 +0000 (11:07 +0200)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Fri, 13 Apr 2018 08:28:14 +0000 (10:28 +0200)
commit22fc8328ec91522b667f0aa18b4870ae9460ea5c
tree7992c5726a011d3f2b86be655139c170125d0586
parent955c57f98cd086c6c126ddebf5ffc56ce390f676
[S4U] Remove the const for now

Won't compile otherwise, because we need to move other functions
to be const as well and to return const values.
include/simgrid/s4u/Host.hpp
src/s4u/s4u_host.cpp