
23 Sep
2011
23 Sep
'11
9:45 a.m.
On 22/09/2011 00:42, John Bytheway wrote:
What about using functors; so the call would be something like
dispatching<f0_>()(h49_<int>(), h49_<int>(), h49_<int>(), h49_<int>(), h49_<int>());
with the f parameter choosing a template specialization, and then the other parameters picking an overload of operator() ion it?
The problem is that you cannot overload dispatching<f0_>::operator() once the class has been defined.