Commit fc6c187e authored by Dominik Charousset's avatar Dominik Charousset

Remove outdated code

parent ae2bcc20
......@@ -127,16 +127,6 @@ public:
param_decay
>::type;
/*
static_assert(!std::is_same<pattern, detail::type_list<exit_msg>>::value,
"exit_msg not allowed in message handlers, "
"did you mean to use set_exit_handler()?");
static_assert(!std::is_same<pattern, detail::type_list<down_msg>>::value,
"down_msg not allowed in message handlers, "
"did you mean to use set_down_handler()?");
*/
using decayed_arg_types =
typename detail::tl_map<
arg_types,
......
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