Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[cmake/java] copy all native libs in one shot to fix parallel build
[simgrid.git] / src / surf / surf_interface.hpp
index 1f2dba5..ea0d647 100644 (file)
@@ -43,7 +43,7 @@ namespace surf {
     {
       sig_.connect(sigc::ptr_fun(slot));
     }
-    template<class... Args>
+    template<class... Args> XBT_ALWAYS_INLINE
     R operator()(Args&&... args) const
     {
       return sig_.emit(std::forward<Args>(args)...);