Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Explicit instanciation of xbt::Extendable<> specializations.
[simgrid.git] / include / simgrid / s4u / Actor.hpp
index 84d61a9..4f27167 100644 (file)
@@ -19,6 +19,9 @@
 #include <unordered_map>
 
 namespace simgrid {
 #include <unordered_map>
 
 namespace simgrid {
+
+extern template class XBT_PUBLIC xbt::Extendable<s4u::Actor>;
+
 namespace s4u {
 
 /** An actor is an independent stream of execution in your distributed application.
 namespace s4u {
 
 /** An actor is an independent stream of execution in your distributed application.