Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a comment to empty function.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 10 Oct 2017 21:05:52 +0000 (23:05 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 10 Oct 2017 21:05:52 +0000 (23:05 +0200)
src/simix/popping_private.hpp

index 8dbbec1..e0c200a 100644 (file)
@@ -186,6 +186,7 @@ template <class T> inline typename std::remove_reference<T>::type unmarshal_raw(
 
 template <std::size_t I> inline void marshalArgs(smx_simcall_t simcall)
 {
+  /* Nothing to do when no args */
 }
 
 template <std::size_t I, class A> inline void marshalArgs(smx_simcall_t simcall, A const& a)