Commit 31bcfc16 authored by Dominik Charousset's avatar Dominik Charousset

fixed example of typed actors

parent 27d6e0db
...@@ -40,7 +40,7 @@ subtype1 p2 = p0; ...@@ -40,7 +40,7 @@ subtype1 p2 = p0;
using subtype2 = typed_actor_ptr< using subtype2 = typed_actor_ptr<
replies_to<double, double>::with<double, double> replies_to<double, double>::with<double, double>
>; >;
subtype1 p3 = p0; subtype2 p3 = p0;
\end{lstlisting} \end{lstlisting}
\clearpage \clearpage
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment