Commit 82d9e57f authored by Dominik Charousset's avatar Dominik Charousset

Fix use of std::tuple with type_list API

parent 8852cf7c
......@@ -449,7 +449,7 @@ class advanced_match_case_impl : public
match_case_zipper zip;
using indices_type = typename detail::il_indices<intermediate_tuple>::type;
//indices_type indices;
typename detail::il_take<indices_type, detail::tl_size<projections>::value - num_fun_args>::type lefts;
typename detail::il_take<indices_type, detail::tl_size<projections_list>::value - num_fun_args>::type lefts;
typename detail::il_right<indices_type, num_fun_args>::type rights;
has_none hn;
// check if guards of discarded arguments are fulfilled
......
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