Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deprecate some functions.
[simgrid.git] / include / simgrid / simix.hpp
index 4e7aeff..beefa0c 100644 (file)
@@ -65,7 +65,7 @@ template <class F> typename std::result_of<F()>::type simcall(F&& code)
   return result.get();
 }
 
-XBT_ATTRIB_DEPRECATED_v325("Please manifest if you actually need this function.")
+XBT_ATTRIB_DEPRECATED_v325("Please manifest if you actually need this function")
     XBT_PUBLIC const std::vector<smx_actor_t>& process_get_runnable();
 
 // What's executed as SIMIX actor code: