| 200 | // get<N>() specialization for boost::tuple<> |
| 201 | #define BOOST_COMPUTE_GET_N(z, n, unused) \ |
| 202 | template<size_t N, class Arg, BOOST_PP_ENUM_PARAMS(n, class T)> \ |
| 203 | inline meta_kernel& operator<<(meta_kernel &kernel, \ |
| 204 | const invoked_get<N, Arg, boost::tuple<BOOST_PP_ENUM_PARAMS(n, T)> > &expr) \ |
| 205 | { \ |
no outgoing calls