
24 Aug
2004
24 Aug
'04
9:10 p.m.
When I see
boost::overload_resolve2<int, char>(&V::f)
it reminds me of the windows API functions that end in 'Ex'. I think 'what was wrong with the first version of overload_resolve'?
LOL
From best to worst IMO: overload_resolve2<int, char>(&V::f) overload2_resolve<int, char>(&V::f) overload<int, char>::resolve(&V::f) overload_resolve<int, char>()(&V::f) overload_resolve<argtypes<int, char> >(&V::f)