X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7d2fa9464dd72784b0e3fa18067cbec14edff31c..898b4287bda43070014e56b9716567c91165e081:/src/simix/popping_private.hpp diff --git a/src/simix/popping_private.hpp b/src/simix/popping_private.hpp index a095be665f..28b1f129da 100644 --- a/src/simix/popping_private.hpp +++ b/src/simix/popping_private.hpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2020. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2007-2021. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -169,11 +169,11 @@ template inline void marshal(u_smx_scalar& simcall, T const& value) { return marshal(type(), simcall, value); } -template inline typename std::remove_reference::type unmarshal(u_smx_scalar& simcall) +template inline typename std::remove_reference_t unmarshal(u_smx_scalar& simcall) { return unmarshal(type(), simcall); } -template inline typename std::remove_reference::type unmarshal_raw(u_smx_scalar& simcall) +template inline typename std::remove_reference_t unmarshal_raw(u_smx_scalar& simcall) { return unmarshal(type(), simcall); }