| 100 | #undef BOOST_COMPUTE_LAMBDA_GET_MAKE_TUPLE_SUFFIX |
| 101 | |
| 102 | template<class Context, class Arg> |
| 103 | static void dispatch_apply_terminal(Context &ctx, const Arg &arg) |
| 104 | { |
| 105 | typedef typename make_get_result_type<Context, Arg>::type T; |
nothing calls this directly
no outgoing calls
no test coverage detected