Commit 46e6642e authored by Dominik Charousset's avatar Dominik Charousset

Coding style nitpick

parent ee28c77a
......@@ -198,7 +198,7 @@ struct deduce_lifted_output_type<type_list<typed_continue_helper<R>>> {
using type = typename lifted_result_type<R>::type;
};
template <class Signatures, typename InputTypes>
template <class Signatures, class InputTypes>
struct deduce_output_type {
static constexpr int input_pos =
tl_find_if<
......
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