25 Aug
2008
25 Aug
'08
3:20 p.m.
Markus Werle:
template
char is_tr1_tuple_test(const std::tr1::tuple &);
...
But this code then only works if and only if the maximum number of arguments is exactly 10, right?
It should work for tuples with up to ten parameters, even if the maximum is higher. (I think that the straightforward partial specialization approach should, too.)