10 Jul
2008
10 Jul
'08
4:31 p.m.
Hi,
Is there a way that I can provide variable length template argument lists in
C++03 using boost? An example of what I want to achieve is below:
template< typename t1, typename t2, ..., typename tN >
void MyFunction( t1 param1, t2 param2, ..., tN paramN )
{
boost::tuple