Commit 37a6cd0b authored by Dominik Charousset's avatar Dominik Charousset

Accept actor_control_block* in make_message

parent 376c5580
...@@ -49,6 +49,11 @@ struct unbox_message_element<atom_constant<V>, 0> { ...@@ -49,6 +49,11 @@ struct unbox_message_element<atom_constant<V>, 0> {
using type = atom_value; using type = atom_value;
}; };
template <>
struct unbox_message_element<actor_control_block*, 0> {
using type = strong_actor_ptr;
};
/// ///
template <class T> template <class T>
struct is_serializable_or_whitelisted { struct is_serializable_or_whitelisted {
......
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