Commit acb9a0e4 authored by Dominik Charousset's avatar Dominik Charousset

removed unused typedef

parent 86c82bfc
...@@ -206,7 +206,6 @@ size_t run_case(std::vector<T>& vec, ...@@ -206,7 +206,6 @@ size_t run_case(std::vector<T>& vec,
Case& target) { Case& target) {
static constexpr size_t num_args = util::tl_size<typename Case::pattern_type>::value; static constexpr size_t num_args = util::tl_size<typename Case::pattern_type>::value;
typedef typename Case::second_type partial_fun_type; typedef typename Case::second_type partial_fun_type;
typedef typename partial_fun_type::result_type result_type;
typedef typename partial_fun_type::arg_types arg_types; typedef typename partial_fun_type::arg_types arg_types;
typedef typename util::tl_map<arg_types, util::rm_const_and_ref>::type plain_args; typedef typename util::tl_map<arg_types, util::rm_const_and_ref>::type plain_args;
static_assert(num_args > 0, static_assert(num_args > 0,
......
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