Commit 3f6a0784 authored by Dominik Charousset's avatar Dominik Charousset

Add `reacts_to` alias for `replies_to::with<void>`

parent e717a4b1
......@@ -34,6 +34,9 @@ struct replies_to {
};
};
template <class... Is>
using reacts_to = typename replies_to<Is...>::template with<void>;
} // namespace caf
#endif // CAF_REPLIES_TO_HPP
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